Home
last modified time | relevance | path

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

/drivers/usb/gadget/function/
Du_fs.h175 struct usb_request *ep0req; /* P: mutex */ member
Df_fs.c278 struct usb_request *req = ffs->ep0req; in __ffs_ep0_queue_wait()
1845 ffs->ep0req = usb_ep_alloc_request(cdev->gadget->ep0, GFP_KERNEL); in functionfs_bind()
1846 if (unlikely(!ffs->ep0req)) in functionfs_bind()
1848 ffs->ep0req->complete = ffs_ep0_complete; in functionfs_bind()
1849 ffs->ep0req->context = ffs; in functionfs_bind()
1871 usb_ep_free_request(ffs->gadget->ep0, ffs->ep0req); in functionfs_unbind()
1872 ffs->ep0req = NULL; in functionfs_unbind()
Df_mass_storage.c275 struct usb_request *ep0req; /* Copy of cdev->req */ member
428 rc = usb_ep_queue(common->ep0, common->ep0req, GFP_ATOMIC); in ep0_queue()
490 struct usb_request *req = fsg->common->ep0req; in fsg_setup()
2686 common->ep0req = cdev->req; in fsg_common_set_cdev()