Lines Matching refs:_req
888 static void isp1760_ep_free_request(struct usb_ep *ep, struct usb_request *_req)
890 struct isp1760_request *req = req_to_udc_req(_req);
895 static int isp1760_ep_queue(struct usb_ep *ep, struct usb_request *_req,
898 struct isp1760_request *req = req_to_udc_req(_req);
905 _req->status = -EINPROGRESS;
906 _req->actual = 0;
911 "%s: req %p (%u bytes%s) ep %p(0x%02x)\n", __func__, _req,
912 _req->length, _req->zero ? " (zlp)" : "", uep, uep->addr);
917 if (_req->length != udc->ep0_length &&
921 __func__, _req->length, req);
978 static int isp1760_ep_dequeue(struct usb_ep *ep, struct usb_request *_req)
980 struct isp1760_request *req = req_to_udc_req(_req);