Searched refs:goku_ep (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/usb/gadget/udc/
H A Dgoku_udc.c84 static void nuke(struct goku_ep *, int status);
97 struct goku_ep *ep; goku_ep_enable()
102 ep = container_of(_ep, struct goku_ep, ep); goku_ep_enable()
188 static void ep_reset(struct goku_udc_regs __iomem *regs, struct goku_ep *ep) ep_reset()
242 struct goku_ep *ep; goku_ep_disable()
246 ep = container_of(_ep, struct goku_ep, ep); goku_ep_disable()
296 done(struct goku_ep *ep, struct goku_request *req, int status) done()
345 static int write_fifo(struct goku_ep *ep, struct goku_request *req) write_fifo()
404 static int read_fifo(struct goku_ep *ep, struct goku_request *req) read_fifo()
517 pio_advance(struct goku_ep *ep) pio_advance()
531 static int start_dma(struct goku_ep *ep, struct goku_request *req) start_dma()
586 static void dma_advance(struct goku_udc *dev, struct goku_ep *ep) dma_advance()
634 static void abort_dma(struct goku_ep *ep, int status) abort_dma()
710 struct goku_ep *ep; goku_queue()
720 ep = container_of(_ep, struct goku_ep, ep); goku_queue()
790 static void nuke(struct goku_ep *ep, int status) nuke()
809 struct goku_ep *ep; goku_dequeue()
813 ep = container_of(_ep, struct goku_ep, ep); goku_dequeue()
856 static void goku_clear_halt(struct goku_ep *ep) goku_clear_halt()
879 struct goku_ep *ep; goku_set_halt()
885 ep = container_of (_ep, struct goku_ep, ep); goku_set_halt()
922 struct goku_ep *ep; goku_fifo_status()
928 ep = container_of(_ep, struct goku_ep, ep); goku_fifo_status()
944 struct goku_ep *ep; goku_fifo_flush()
950 ep = container_of(_ep, struct goku_ep, ep); goku_fifo_flush()
1163 struct goku_ep *ep = &dev->ep [i]; udc_proc_read()
1246 struct goku_ep *ep = &dev->ep[i]; udc_reinit()
1512 struct goku_ep *ep; goku_irq()
H A Dgoku_udc.h207 struct goku_ep { struct
245 struct goku_ep ep[4];

Completed in 94 milliseconds