Home
last modified time | relevance | path

Searched refs:UVCIOC_CTRL_QUERY (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/Documentation/media/v4l-drivers/
Duvcvideo.rst60 UVCIOC_CTRL_QUERY.
78 With the addition of the UVCIOC_CTRL_QUERY ioctl the UVCIOC_CTRL_GET and
81 application developers are encouraged to use UVCIOC_CTRL_QUERY instead.
83 For details on the UVCIOC_CTRL_QUERY ioctl please refer to the section titled
184 UVCIOC_CTRL_QUERY - Query a UVC XU control
/Linux-v4.19/include/uapi/linux/
Duvcvideo.h71 #define UVCIOC_CTRL_QUERY _IOWR('u', 0x21, struct uvc_xu_control_query) macro
/Linux-v4.19/drivers/media/usb/uvc/
Duvc_v4l2.c1293 case UVCIOC_CTRL_QUERY: in uvc_ioctl_default()