Home
last modified time | relevance | path

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

/linux/Documentation/userspace-api/media/drivers/
H A 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/include/uapi/linux/
H A Duvcvideo.h73 #define UVCIOC_CTRL_QUERY _IOWR('u', 0x21, struct uvc_xu_control_query) macro
/linux/drivers/media/usb/uvc/
H A Duvc_v4l2.c1371 case UVCIOC_CTRL_QUERY: in uvc_ioctl_default()