Home
last modified time | relevance | path

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

/Linux-v6.6/include/uapi/linux/usb/
Dg_uvc.h20 #define UVC_EVENT_SETUP (V4L2_EVENT_PRIVATE_START + 4) macro
/Linux-v6.6/drivers/usb/gadget/function/
Duvc_v4l2.c484 if (sub->type == UVC_EVENT_SETUP && uvc->func_connected) in uvc_v4l2_subscribe_event()
491 if (sub->type == UVC_EVENT_SETUP) { in uvc_v4l2_subscribe_event()
521 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()