Lines Matching defs:request
1185 * @request_length_set: actual_length of the request has already been set.
1297 * @td: Transfer descriptor associated with this request.
1298 * @request: Generic usb_request object describing single I/O request.
1299 * @list: Used to adding request to endpoint pending_list.
1301 * @epnum: Endpoint number associated with usb request.
1302 * @direction: Endpoint direction for usb request.
1306 struct usb_request request;
1360 * @ep0_preq: Internal allocated request used during enumeration.
1583 * next_request - gets the next request on the given list
1584 * @list: the request list to operate on
1587 * request available on list.
1597 request))
1598 #define to_cdnsp_request(r) (container_of(r, struct cdnsp_request, request))