Lines Matching refs:omap_req
270 struct omap_req *req; in omap_alloc_request()
284 struct omap_req *req = container_of(_req, struct omap_req, req); in omap_free_request()
292 done(struct omap_ep *ep, struct omap_req *req, int status) in done()
332 write_packet(u8 *buf, struct omap_req *req, unsigned max) in write_packet()
358 static int write_fifo(struct omap_ep *ep, struct omap_req *req) in write_fifo()
397 read_packet(u8 *buf, struct omap_req *req, unsigned avail) in read_packet()
420 static int read_fifo(struct omap_ep *ep, struct omap_req *req) in read_fifo()
517 static void next_in_dma(struct omap_ep *ep, struct omap_req *req) in next_in_dma()
554 static void finish_in_dma(struct omap_ep *ep, struct omap_req *req, int status) in finish_in_dma()
580 static void next_out_dma(struct omap_ep *ep, struct omap_req *req) in next_out_dma()
610 finish_out_dma(struct omap_ep *ep, struct omap_req *req, int status, int one) in finish_out_dma()
641 struct omap_req *req; in dma_irq()
650 struct omap_req, queue); in dma_irq()
657 struct omap_req, queue); in dma_irq()
669 struct omap_req, queue); in dma_irq()
676 struct omap_req, queue); in dma_irq()
791 struct omap_req *req; in dma_channel_claim()
792 req = container_of(ep->queue.next, struct omap_req, queue); in dma_channel_claim()
812 struct omap_req *req; in dma_channel_release()
817 req = container_of(ep->queue.next, struct omap_req, queue); in dma_channel_release()
870 struct omap_req *req = container_of(_req, struct omap_req, req); in omap_ep_queue()
1010 struct omap_req *req; in omap_ep_dequeue()
1333 struct omap_req *req; in nuke()
1346 req = list_entry(ep->queue.next, struct omap_req, queue); in nuke()
1396 struct omap_req *req = NULL; in ep0_irq()
1422 req = container_of(ep0->queue.next, struct omap_req, queue); in ep0_irq()
1874 struct omap_req *req; in pio_out_timer()
1878 struct omap_req, queue); in pio_out_timer()
1897 struct omap_req *req; in omap_udc_pio_irq()
1919 struct omap_req, queue); in omap_udc_pio_irq()
1953 struct omap_req, queue); in omap_udc_pio_irq()
1981 struct omap_req *req; in omap_udc_iso_irq()
1985 req = list_entry(ep->queue.next, struct omap_req, queue); in omap_udc_iso_irq()
2147 struct omap_req *req; in proc_ep_show()