Lines Matching refs:omap_req

269 	struct omap_req	*req;  in omap_alloc_request()
283 struct omap_req *req = container_of(_req, struct omap_req, req); in omap_free_request()
291 done(struct omap_ep *ep, struct omap_req *req, int status) in done()
331 write_packet(u8 *buf, struct omap_req *req, unsigned max) in write_packet()
357 static int write_fifo(struct omap_ep *ep, struct omap_req *req) in write_fifo()
396 read_packet(u8 *buf, struct omap_req *req, unsigned avail) in read_packet()
419 static int read_fifo(struct omap_ep *ep, struct omap_req *req) in read_fifo()
516 static void next_in_dma(struct omap_ep *ep, struct omap_req *req) in next_in_dma()
553 static void finish_in_dma(struct omap_ep *ep, struct omap_req *req, int status) in finish_in_dma()
579 static void next_out_dma(struct omap_ep *ep, struct omap_req *req) in next_out_dma()
609 finish_out_dma(struct omap_ep *ep, struct omap_req *req, int status, int one) in finish_out_dma()
640 struct omap_req *req; in dma_irq()
649 struct omap_req, queue); in dma_irq()
656 struct omap_req, queue); in dma_irq()
668 struct omap_req, queue); in dma_irq()
675 struct omap_req, queue); in dma_irq()
790 struct omap_req *req; in dma_channel_claim()
791 req = container_of(ep->queue.next, struct omap_req, queue); in dma_channel_claim()
811 struct omap_req *req; in dma_channel_release()
816 req = container_of(ep->queue.next, struct omap_req, queue); in dma_channel_release()
869 struct omap_req *req = container_of(_req, struct omap_req, req); in omap_ep_queue()
1009 struct omap_req *req = NULL, *iter; in omap_ep_dequeue()
1334 struct omap_req *req; in nuke()
1347 req = list_entry(ep->queue.next, struct omap_req, queue); in nuke()
1397 struct omap_req *req = NULL; in ep0_irq()
1423 req = container_of(ep0->queue.next, struct omap_req, queue); in ep0_irq()
1875 struct omap_req *req; in pio_out_timer()
1879 struct omap_req, queue); in pio_out_timer()
1898 struct omap_req *req; in omap_udc_pio_irq()
1920 struct omap_req, queue); in omap_udc_pio_irq()
1954 struct omap_req, queue); in omap_udc_pio_irq()
1982 struct omap_req *req; in omap_udc_iso_irq()
1986 req = list_entry(ep->queue.next, struct omap_req, queue); in omap_udc_iso_irq()
2149 struct omap_req *req; in proc_ep_show()