Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/function/
H A Duvc.h158 bool func_connected; member
H A Df_uvc.c1009 if (uvc->func_connected) { in uvc_function_unbind()
1012 uvc->func_connected == false, msecs_to_jiffies(500)); in uvc_function_unbind()
1020 if (uvc->func_connected) { in uvc_function_unbind()
1028 uvc->func_connected == false, msecs_to_jiffies(1000)); in uvc_function_unbind()
H A Duvc_v4l2.c577 if (sub->type == UVC_EVENT_SETUP && uvc->func_connected) in uvc_v4l2_subscribe_event()
585 uvc->func_connected = true; in uvc_v4l2_subscribe_event()
598 uvc->func_connected = false; in uvc_v4l2_disable()