Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dvideodev2.h1635 struct v4l2_queryctrl { struct
1636 __u32 id;
1637 __u32 type; /* enum v4l2_ctrl_type */
1638 __u8 name[32]; /* Whatever */
1639 __s32 minimum; /* Note signedness */
1640 __s32 maximum;
1641 __s32 step;
1642 __s32 default_value;
1643 __u32 flags;
1644 __u32 reserved[2];
/Linux-v4.19/drivers/media/v4l2-core/
Dv4l2-ctrls.c2745 int v4l2_queryctrl(struct v4l2_ctrl_handler *hdl, struct v4l2_queryctrl *qc) in v4l2_queryctrl() function