Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dvideoio.h441 struct v4l2_queryctrl { struct
442 u_int32_t id;
443 u_int32_t type; /* enum v4l2_ctrl_type */
444 u_int8_t name[32]; /* Whatever */
445 int32_t minimum; /* Note signedness */
446 int32_t maximum;
447 int32_t step;
448 int32_t default_value;
449 u_int32_t flags;
450 u_int32_t reserved[2];
/freebsd/sys/contrib/v4l/
H A Dvideodev2.h952 struct v4l2_queryctrl { struct
953 __u32 id;
954 enum v4l2_ctrl_type type;
955 __u8 name[32]; /* Whatever */
956 __s32 minimum; /* Note signedness */
957 __s32 maximum;
958 __s32 step;
959 __s32 default_value;
960 __u32 flags;
961 __u32 reserved[2];