Lines Matching refs:goku_ep
84 static void nuke(struct goku_ep *, int status);
97 struct goku_ep *ep; in goku_ep_enable()
102 ep = container_of(_ep, struct goku_ep, ep); in goku_ep_enable()
188 static void ep_reset(struct goku_udc_regs __iomem *regs, struct goku_ep *ep) in ep_reset()
242 struct goku_ep *ep; in goku_ep_disable()
246 ep = container_of(_ep, struct goku_ep, ep); in goku_ep_disable()
296 done(struct goku_ep *ep, struct goku_request *req, int status) in done()
345 static int write_fifo(struct goku_ep *ep, struct goku_request *req) in write_fifo()
404 static int read_fifo(struct goku_ep *ep, struct goku_request *req) in read_fifo()
517 pio_advance(struct goku_ep *ep) in pio_advance()
531 static int start_dma(struct goku_ep *ep, struct goku_request *req) in start_dma()
586 static void dma_advance(struct goku_udc *dev, struct goku_ep *ep) in dma_advance()
634 static void abort_dma(struct goku_ep *ep, int status) in abort_dma()
710 struct goku_ep *ep; in goku_queue()
720 ep = container_of(_ep, struct goku_ep, ep); in goku_queue()
790 static void nuke(struct goku_ep *ep, int status) in nuke()
809 struct goku_ep *ep; in goku_dequeue()
813 ep = container_of(_ep, struct goku_ep, ep); in goku_dequeue()
856 static void goku_clear_halt(struct goku_ep *ep) in goku_clear_halt()
879 struct goku_ep *ep; in goku_set_halt()
885 ep = container_of (_ep, struct goku_ep, ep); in goku_set_halt()
922 struct goku_ep *ep; in goku_fifo_status()
928 ep = container_of(_ep, struct goku_ep, ep); in goku_fifo_status()
944 struct goku_ep *ep; in goku_fifo_flush()
950 ep = container_of(_ep, struct goku_ep, ep); in goku_fifo_flush()
1163 struct goku_ep *ep = &dev->ep [i]; in udc_proc_read()
1246 struct goku_ep *ep = &dev->ep[i]; in udc_reinit()
1512 struct goku_ep *ep; in goku_irq()