Searched refs:control_req (Results 1 – 6 of 6) sorted by relevance
731 uvc->control_req = usb_ep_alloc_request(cdev->gadget->ep0, GFP_KERNEL); in uvc_function_bind()733 if (uvc->control_req == NULL || uvc->control_buf == NULL) { in uvc_function_bind()738 uvc->control_req->buf = uvc->control_buf; in uvc_function_bind()739 uvc->control_req->complete = uvc_function_ep0_complete; in uvc_function_bind()740 uvc->control_req->context = uvc; in uvc_function_bind()764 if (uvc->control_req) in uvc_function_bind()765 usb_ep_free_request(cdev->gadget->ep0, uvc->control_req); in uvc_function_bind()900 usb_ep_free_request(cdev->gadget->ep0, uvc->control_req); in uvc_function_unbind()
144 struct usb_request *control_req; member
36 struct usb_request *req = uvc->control_req; in uvc_send_response()
585 struct usb_ctrlrequest *control_req = NULL; in send_packet() local601 control_req = kmalloc(sizeof(*control_req), GFP_KERNEL); in send_packet()602 if (control_req == NULL) in send_packet()606 control_req->bRequestType = 0x21; in send_packet()607 control_req->bRequest = 0x09; in send_packet()608 control_req->wValue = cpu_to_le16(0x0200); in send_packet()609 control_req->wIndex = cpu_to_le16(0x0001); in send_packet()610 control_req->wLength = cpu_to_le16(0x0008); in send_packet()617 pipe, (unsigned char *)control_req, in send_packet()649 kfree(control_req); in send_packet()
298 u64 control_req; member
768 (unsigned long long) stat_info.control_req);
Completed in 21 milliseconds