Home
last modified time | relevance | path

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

/Linux-v6.1/Documentation/userspace-api/media/drivers/
Duvcvideo.rst62 UVCIOC_CTRL_QUERY.
80 With the addition of the UVCIOC_CTRL_QUERY ioctl the UVCIOC_CTRL_GET and
83 application developers are encouraged to use UVCIOC_CTRL_QUERY instead.
85 For details on the UVCIOC_CTRL_QUERY ioctl please refer to the section titled
186 UVCIOC_CTRL_QUERY - Query a UVC XU control
/Linux-v6.1/include/uapi/linux/
Duvcvideo.h71 #define UVCIOC_CTRL_QUERY _IOWR('u', 0x21, struct uvc_xu_control_query) macro
/Linux-v6.1/drivers/media/usb/uvc/
Duvc_v4l2.c1321 case UVCIOC_CTRL_QUERY: in uvc_ioctl_default()