Home
last modified time | relevance | path

Searched refs:is_uvc_app_handle (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/usb/gadget/function/
H A Duvc_v4l2.c493 handle->is_uvc_app_handle = true; in uvc_v4l2_subscribe_event()
521 if (sub->type == UVC_EVENT_SETUP && handle->is_uvc_app_handle) { in uvc_v4l2_unsubscribe_event()
523 handle->is_uvc_app_handle = false; in uvc_v4l2_unsubscribe_event()
597 if (handle->is_uvc_app_handle) in uvc_v4l2_release()
H A Duvc.h170 bool is_uvc_app_handle; member