Lines Matching defs:_req
985 * @_req: pointer to the usb request structure.
987 static void xudc_free_request(struct usb_ep *_ep, struct usb_request *_req)
989 struct xusb_req *req = to_xusb_req(_req);
1047 * @_req: pointer to the usb request structure.
1052 static int xudc_ep0_queue(struct usb_ep *_ep, struct usb_request *_req,
1055 struct xusb_req *req = to_xusb_req(_req);
1071 * @_req: pointer to the usb request structure.
1076 static int xudc_ep_queue(struct usb_ep *_ep, struct usb_request *_req,
1079 struct xusb_req *req = to_xusb_req(_req);
1098 _req->status = -EINPROGRESS;
1099 _req->actual = 0;
1134 * @_req: pointer to the usb request structure.
1138 static int xudc_ep_dequeue(struct usb_ep *_ep, struct usb_request *_req)
1149 if (&iter->usb_req != _req)