Searched refs:goku_ep (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | goku_udc.c | 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() [all …]
|
D | goku_udc.h | 207 struct goku_ep { struct 245 struct goku_ep ep[4]; argument
|