Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/usb/gadget/
Ds3c-hsotg.c418 struct s3c_hsotg_req *hs_req) in s3c_hsotg_unmap_dma() argument
420 struct usb_request *req = &hs_req->req; in s3c_hsotg_unmap_dma()
426 if (hs_req->req.length == 0) in s3c_hsotg_unmap_dma()
429 if (hs_req->mapped) { in s3c_hsotg_unmap_dma()
435 hs_req->mapped = 0; in s3c_hsotg_unmap_dma()
459 struct s3c_hsotg_req *hs_req) in s3c_hsotg_write_fifo() argument
463 int buf_pos = hs_req->req.actual; in s3c_hsotg_write_fifo()
579 to_write, hs_req->req.length, can_write, buf_pos); in s3c_hsotg_write_fifo()
584 hs_req->req.actual = buf_pos + to_write; in s3c_hsotg_write_fifo()
591 data = hs_req->req.buf + buf_pos; in s3c_hsotg_write_fifo()
[all …]
/linux-2.6.39/drivers/message/fusion/
Dmptbase.h662 u32 hs_req[MPT_MAX_FRAME_SIZE/sizeof(u32)]; member