Lines Matching refs:omap_ep

121 static void use_ep(struct omap_ep *ep, u16 select)  in use_ep()
141 static void dma_channel_claim(struct omap_ep *ep, unsigned preferred);
148 struct omap_ep *ep = container_of(_ep, struct omap_ep, ep); in omap_ep_enable()
236 static void nuke(struct omap_ep *, int status);
240 struct omap_ep *ep = container_of(_ep, struct omap_ep, ep); in omap_ep_disable()
291 done(struct omap_ep *ep, struct omap_req *req, int status) in done()
357 static int write_fifo(struct omap_ep *ep, struct omap_req *req) in write_fifo()
419 static int read_fifo(struct omap_ep *ep, struct omap_req *req) in read_fifo()
474 static u16 dma_src_len(struct omap_ep *ep, dma_addr_t start) in dma_src_len()
494 static u16 dma_dest_len(struct omap_ep *ep, dma_addr_t start) in dma_dest_len()
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()
639 struct omap_ep *ep; in dma_irq()
691 struct omap_ep *ep = data; in dma_error()
700 static void dma_channel_claim(struct omap_ep *ep, unsigned channel) in dma_channel_claim()
807 static void dma_channel_release(struct omap_ep *ep) in dma_channel_release()
868 struct omap_ep *ep = container_of(_ep, struct omap_ep, ep); in omap_ep_queue()
1008 struct omap_ep *ep = container_of(_ep, struct omap_ep, ep); in omap_ep_dequeue()
1047 struct omap_ep *ep = container_of(_ep, struct omap_ep, ep); in omap_ep_set_halt()
1332 static void nuke(struct omap_ep *ep, int status) in nuke()
1355 struct omap_ep *ep; in udc_quiesce()
1396 struct omap_ep *ep0 = &udc->ep[0]; in ep0_irq()
1516 struct omap_ep *ep; in ep0_irq()
1864 struct omap_ep *ep = from_timer(ep, t, timer); in pio_out_timer()
1895 struct omap_ep *ep; in omap_udc_pio_irq()
1973 struct omap_ep *ep; in omap_udc_iso_irq()
2047 struct omap_ep *ep; in omap_udc_start()
2141 static void proc_ep_show(struct seq_file *s, struct omap_ep *ep) in proc_ep_show()
2297 struct omap_ep *ep; in proc_udc_show()
2467 struct omap_ep *ep; in omap_ep_setup()