Lines Matching refs:omap_req

266 	struct omap_req	*req;  in omap_alloc_request()
280 struct omap_req *req = container_of(_req, struct omap_req, req); in omap_free_request()
288 done(struct omap_ep *ep, struct omap_req *req, int status) in done()
328 write_packet(u8 *buf, struct omap_req *req, unsigned max) in write_packet()
354 static int write_fifo(struct omap_ep *ep, struct omap_req *req) in write_fifo()
393 read_packet(u8 *buf, struct omap_req *req, unsigned avail) in read_packet()
416 static int read_fifo(struct omap_ep *ep, struct omap_req *req) in read_fifo()
513 static void next_in_dma(struct omap_ep *ep, struct omap_req *req) in next_in_dma()
550 static void finish_in_dma(struct omap_ep *ep, struct omap_req *req, int status) in finish_in_dma()
576 static void next_out_dma(struct omap_ep *ep, struct omap_req *req) in next_out_dma()
606 finish_out_dma(struct omap_ep *ep, struct omap_req *req, int status, int one) in finish_out_dma()
637 struct omap_req *req; in dma_irq()
646 struct omap_req, queue); in dma_irq()
653 struct omap_req, queue); in dma_irq()
665 struct omap_req, queue); in dma_irq()
672 struct omap_req, queue); in dma_irq()
787 struct omap_req *req; in dma_channel_claim()
788 req = container_of(ep->queue.next, struct omap_req, queue); in dma_channel_claim()
808 struct omap_req *req; in dma_channel_release()
813 req = container_of(ep->queue.next, struct omap_req, queue); in dma_channel_release()
866 struct omap_req *req = container_of(_req, struct omap_req, req); in omap_ep_queue()
1006 struct omap_req *req; in omap_ep_dequeue()
1329 struct omap_req *req; in nuke()
1342 req = list_entry(ep->queue.next, struct omap_req, queue); in nuke()
1392 struct omap_req *req = NULL; in ep0_irq()
1418 req = container_of(ep0->queue.next, struct omap_req, queue); in ep0_irq()
1870 struct omap_req *req; in pio_out_timer()
1874 struct omap_req, queue); in pio_out_timer()
1893 struct omap_req *req; in omap_udc_pio_irq()
1915 struct omap_req, queue); in omap_udc_pio_irq()
1949 struct omap_req, queue); in omap_udc_pio_irq()
1977 struct omap_req *req; in omap_udc_iso_irq()
1981 req = list_entry(ep->queue.next, struct omap_req, queue); in omap_udc_iso_irq()
2144 struct omap_req *req; in proc_ep_show()