Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/gadget/function/
Du_fs.h176 struct usb_request *ep0req; /* P: mutex */ member
Df_fs.c207 struct usb_request *req = ffs->ep0req; in __ffs_ep0_queue_wait()
1525 ffs->ep0req = usb_ep_alloc_request(cdev->gadget->ep0, GFP_KERNEL); in functionfs_bind()
1526 if (unlikely(!ffs->ep0req)) in functionfs_bind()
1528 ffs->ep0req->complete = ffs_ep0_complete; in functionfs_bind()
1529 ffs->ep0req->context = ffs; in functionfs_bind()
1551 usb_ep_free_request(ffs->gadget->ep0, ffs->ep0req); in functionfs_unbind()
1552 ffs->ep0req = NULL; in functionfs_unbind()
Df_mass_storage.c271 struct usb_request *ep0req; /* Copy of cdev->req */ member
436 rc = usb_ep_queue(common->ep0, common->ep0req, GFP_ATOMIC); in ep0_queue()
506 struct usb_request *req = fsg->common->ep0req; in fsg_setup()
2800 common->ep0req = cdev->req; in fsg_common_set_cdev()