Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/linux/
Dvideodev2.h1878 struct v4l2_queryctrl { struct
1879 __u32 id;
1880 __u32 type; /* enum v4l2_ctrl_type */
1881 __u8 name[32]; /* Whatever */
1882 __s32 minimum; /* Note signedness */
1883 __s32 maximum;
1884 __s32 step;
1885 __s32 default_value;
1886 __u32 flags;
1887 __u32 reserved[2];
/Linux-v6.1/drivers/media/v4l2-core/
Dv4l2-ctrls-api.c1116 int v4l2_queryctrl(struct v4l2_ctrl_handler *hdl, struct v4l2_queryctrl *qc) in v4l2_queryctrl() function