Home
last modified time | relevance | path

Searched defs:v4l2_queryctrl (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dvideodev2.h851 struct v4l2_queryctrl struct
853 uint32_t id;
854 enum v4l2_ctrl_type type;
855 char name[32]; /* Whatever */
856 int32_t minimum; /* Note signedness */
857 int32_t maximum;
858 int32_t step;
859 int32_t default_value;
860 uint32_t flags;
861 uint32_t reserved[2];