Lines Matching refs:_req
818 static void isp1760_ep_free_request(struct usb_ep *ep, struct usb_request *_req)
820 struct isp1760_request *req = req_to_udc_req(_req);
825 static int isp1760_ep_queue(struct usb_ep *ep, struct usb_request *_req,
828 struct isp1760_request *req = req_to_udc_req(_req);
835 _req->status = -EINPROGRESS;
836 _req->actual = 0;
841 "%s: req %p (%u bytes%s) ep %p(0x%02x)\n", __func__, _req,
842 _req->length, _req->zero ? " (zlp)" : "", uep, uep->addr);
847 if (_req->length != udc->ep0_length &&
851 __func__, _req->length, req);
908 static int isp1760_ep_dequeue(struct usb_ep *ep, struct usb_request *_req)
910 struct isp1760_request *req = req_to_udc_req(_req);