Searched refs:control_req (Results 1 – 5 of 5) sorted by relevance
845 uvc->control_req = usb_ep_alloc_request(cdev->gadget->ep0, GFP_KERNEL); in uvc_function_bind()847 if (uvc->control_req == NULL || uvc->control_buf == NULL) { in uvc_function_bind()852 uvc->control_req->buf = uvc->control_buf; in uvc_function_bind()853 uvc->control_req->complete = uvc_function_ep0_complete; in uvc_function_bind()854 uvc->control_req->context = uvc; in uvc_function_bind()878 if (uvc->control_req) in uvc_function_bind()879 usb_ep_free_request(cdev->gadget->ep0, uvc->control_req); in uvc_function_bind()1063 usb_ep_free_request(cdev->gadget->ep0, uvc->control_req); in uvc_function_unbind()
178 struct usb_request *control_req; member
197 struct usb_request *req = uvc->control_req; in uvc_send_response()
298 u64 control_req; member
767 (unsigned long long) stat_info.control_req);