Searched defs:hs_req (Results 1 - 2 of 2) sorted by relevance

/drivers/usb/dwc2/
H A Dgadget.c281 * @hs_req: The request being processed.
288 struct s3c_hsotg_req *hs_req)
290 struct usb_request *req = &hs_req->req;
293 if (hs_req->req.length == 0)
303 * @hs_req: The request to write data for.
317 struct s3c_hsotg_req *hs_req)
321 int buf_pos = hs_req->req.actual;
452 to_write, hs_req->req.length, can_write, buf_pos);
457 hs_req->req.actual = buf_pos + to_write;
464 data = hs_req
286 s3c_hsotg_unmap_dma(struct s3c_hsotg *hsotg, struct s3c_hsotg_ep *hs_ep, struct s3c_hsotg_req *hs_req) argument
315 s3c_hsotg_write_fifo(struct s3c_hsotg *hsotg, struct s3c_hsotg_ep *hs_ep, struct s3c_hsotg_req *hs_req) argument
520 s3c_hsotg_start_req(struct s3c_hsotg *hsotg, struct s3c_hsotg_ep *hs_ep, struct s3c_hsotg_req *hs_req, bool continuing) argument
714 struct s3c_hsotg_req *hs_req = our_req(req); local
737 struct s3c_hsotg_req *hs_req = our_req(req); local
785 struct s3c_hsotg_req *hs_req = our_req(req); local
962 struct s3c_hsotg_req *hs_req; local
1189 struct s3c_hsotg_req *hs_req = our_req(req); local
1229 s3c_hsotg_complete_request(struct s3c_hsotg *hsotg, struct s3c_hsotg_ep *hs_ep, struct s3c_hsotg_req *hs_req, int result) argument
1297 struct s3c_hsotg_req *hs_req = hs_ep->req; local
1406 struct s3c_hsotg_req *hs_req = hs_ep->req; local
1687 struct s3c_hsotg_req *hs_req = hs_ep->req; local
1720 struct s3c_hsotg_req *hs_req = hs_ep->req; local
2659 struct s3c_hsotg_req *hs_req = our_req(req); local
[all...]
/drivers/message/fusion/
H A Dmptbase.h700 u32 hs_req[MPT_MAX_FRAME_SIZE/sizeof(u32)]; member in struct:_MPT_ADAPTER

Completed in 102 milliseconds