Searched refs:hs_req (Results 1 – 2 of 2) sorted by relevance
290 struct s3c_hsotg_req *hs_req) in s3c_hsotg_unmap_dma() argument292 struct usb_request *req = &hs_req->req; in s3c_hsotg_unmap_dma()295 if (hs_req->req.length == 0) in s3c_hsotg_unmap_dma()319 struct s3c_hsotg_req *hs_req) in s3c_hsotg_write_fifo() argument323 int buf_pos = hs_req->req.actual; in s3c_hsotg_write_fifo()454 to_write, hs_req->req.length, can_write, buf_pos); in s3c_hsotg_write_fifo()459 hs_req->req.actual = buf_pos + to_write; in s3c_hsotg_write_fifo()466 data = hs_req->req.buf + buf_pos; in s3c_hsotg_write_fifo()524 struct s3c_hsotg_req *hs_req, in s3c_hsotg_start_req() argument527 struct usb_request *ureq = &hs_req->req; in s3c_hsotg_start_req()[all …]
700 u32 hs_req[MPT_MAX_FRAME_SIZE/sizeof(u32)]; member