Lines Matching refs:goku_ep

81 static void nuke(struct goku_ep *, int status);
94 struct goku_ep *ep; in goku_ep_enable()
99 ep = container_of(_ep, struct goku_ep, ep); in goku_ep_enable()
192 static void ep_reset(struct goku_udc_regs __iomem *regs, struct goku_ep *ep) in ep_reset()
246 struct goku_ep *ep; in goku_ep_disable()
250 ep = container_of(_ep, struct goku_ep, ep); in goku_ep_disable()
300 done(struct goku_ep *ep, struct goku_request *req, int status) in done()
349 static int write_fifo(struct goku_ep *ep, struct goku_request *req) in write_fifo()
408 static int read_fifo(struct goku_ep *ep, struct goku_request *req) in read_fifo()
521 pio_advance(struct goku_ep *ep) in pio_advance()
535 static int start_dma(struct goku_ep *ep, struct goku_request *req) in start_dma()
590 static void dma_advance(struct goku_udc *dev, struct goku_ep *ep) in dma_advance()
638 static void abort_dma(struct goku_ep *ep, int status) in abort_dma()
714 struct goku_ep *ep; in goku_queue()
724 ep = container_of(_ep, struct goku_ep, ep); in goku_queue()
794 static void nuke(struct goku_ep *ep, int status) in nuke()
813 struct goku_ep *ep; in goku_dequeue()
817 ep = container_of(_ep, struct goku_ep, ep); in goku_dequeue()
862 static void goku_clear_halt(struct goku_ep *ep) in goku_clear_halt()
885 struct goku_ep *ep; in goku_set_halt()
891 ep = container_of (_ep, struct goku_ep, ep); in goku_set_halt()
928 struct goku_ep *ep; in goku_fifo_status()
934 ep = container_of(_ep, struct goku_ep, ep); in goku_fifo_status()
950 struct goku_ep *ep; in goku_fifo_flush()
956 ep = container_of(_ep, struct goku_ep, ep); in goku_fifo_flush()
1199 struct goku_ep *ep = &dev->ep [i]; in udc_proc_read()
1266 struct goku_ep *ep = &dev->ep[i]; in udc_reinit()
1539 struct goku_ep *ep; in goku_irq()