Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Duvcvideo.h71 #define UVCIOC_CTRL_QUERY _IOWR('u', 0x21, struct uvc_xu_control_query) macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Duvcvideo.h71 #define UVCIOC_CTRL_QUERY _IOWR('u', 0x21, struct uvc_xu_control_query) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Duvcvideo.h71 #define UVCIOC_CTRL_QUERY _IOWR('u', 0x21, struct uvc_xu_control_query) macro
/OK3568_Linux_fs/kernel/drivers/media/usb/uvc/
H A Duvc_v4l2.c1338 case UVCIOC_CTRL_QUERY: in uvc_ioctl_default()