Lines Matching refs:ep0req
15400 - struct usb_request *req = ffs->ep0req;
15760 - req = ffs->ep0req;
15816 - list_add(&req->list, &ffs->ep0req->list);
15901 - list_for_each_entry(req, &ffs->ep0req->list, list) {
15922 - list_for_each_entry(req, &ffs->ep0req->list, list) {
16828 - ffs->ep0req = usb_ep_alloc_request(cdev->gadget->ep0, GFP_KERNEL);
16829 - if (unlikely(!ffs->ep0req))
16831 - ffs->ep0req->complete = ffs_ep0_complete;
16832 - ffs->ep0req->context = ffs;
16833 - INIT_LIST_HEAD(&ffs->ep0req->list);
16856 - usb_ep_free_request(ffs->gadget->ep0, ffs->ep0req);
16857 - ffs->ep0req = NULL;
19095 - * at a time. As a consequence protects ep0req and company.
19117 - struct usb_request *ep0req; /* P: mutex */