Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/usb/
Dg_uvc.h20 #define UVC_EVENT_SETUP (V4L2_EVENT_PRIVATE_START + 4) macro
/linux-6.12.1/drivers/usb/gadget/function/
Duvc_v4l2.c515 if (sub->type == UVC_EVENT_SETUP && uvc->func_connected) in uvc_v4l2_subscribe_event()
522 if (sub->type == UVC_EVENT_SETUP) { in uvc_v4l2_subscribe_event()
552 if (sub->type == UVC_EVENT_SETUP && handle->is_uvc_app_handle) { in uvc_v4l2_unsubscribe_event()
Df_uvc.c249 v4l2_event.type = UVC_EVENT_SETUP; in uvc_function_setup()