Home
last modified time | relevance | path

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

/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/usb/
H A Dg_uvc.h20 #define UVC_EVENT_SETUP (V4L2_EVENT_PRIVATE_START + 4) 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/usb/
H A Dg_uvc.h20 #define UVC_EVENT_SETUP (V4L2_EVENT_PRIVATE_START + 4) macro
/OK3568_Linux_fs/kernel/include/uapi/linux/usb/
H A Dg_uvc.h20 #define UVC_EVENT_SETUP (V4L2_EVENT_PRIVATE_START + 4) macro
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Duvc_v4l2.c254 if (sub->type == UVC_EVENT_SETUP && uvc->func_connected) in uvc_v4l2_subscribe_event()
261 if (sub->type == UVC_EVENT_SETUP) { in uvc_v4l2_subscribe_event()
291 if (sub->type == UVC_EVENT_SETUP && handle->is_uvc_app_handle) { in uvc_v4l2_unsubscribe_event()
H A Df_uvc.c322 v4l2_event.type = UVC_EVENT_SETUP; in uvc_function_setup()