Home
last modified time | relevance | path

Searched refs:hs_req (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/usb/dwc2/
Dgadget.c290 struct s3c_hsotg_req *hs_req) in s3c_hsotg_unmap_dma() argument
292 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() argument
323 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() argument
527 struct usb_request *ureq = &hs_req->req; in s3c_hsotg_start_req()
[all …]
/linux-4.1.27/drivers/message/fusion/
Dmptbase.h700 u32 hs_req[MPT_MAX_FRAME_SIZE/sizeof(u32)]; member