Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dvideodev2.h1726 struct v4l2_queryctrl { struct
1727 __u32 id;
1728 __u32 type; /* enum v4l2_ctrl_type */
1729 __u8 name[32]; /* Whatever */
1730 __s32 minimum; /* Note signedness */
1731 __s32 maximum;
1732 __s32 step;
1733 __s32 default_value;
1734 __u32 flags;
1735 __u32 reserved[2];
/Linux-v5.4/drivers/media/v4l2-core/
Dv4l2-ctrls.c3027 int v4l2_queryctrl(struct v4l2_ctrl_handler *hdl, struct v4l2_queryctrl *qc) in v4l2_queryctrl() function