Home
last modified time | relevance | path

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

/Linux-v6.6/include/uapi/linux/
Dvideodev2.h1920 struct v4l2_queryctrl { struct
1921 __u32 id;
1922 __u32 type; /* enum v4l2_ctrl_type */
1923 __u8 name[32]; /* Whatever */
1924 __s32 minimum; /* Note signedness */
1925 __s32 maximum;
1926 __s32 step;
1927 __s32 default_value;
1928 __u32 flags;
1929 __u32 reserved[2];
/Linux-v6.6/drivers/media/v4l2-core/
Dv4l2-ctrls-api.c1117 int v4l2_queryctrl(struct v4l2_ctrl_handler *hdl, struct v4l2_queryctrl *qc) in v4l2_queryctrl() function