Searched refs:goku_ep (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/usb/gadget/udc/ |
| D | goku_udc.c | 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() 189 static void ep_reset(struct goku_udc_regs __iomem *regs, struct goku_ep *ep) in ep_reset() 243 struct goku_ep *ep; in goku_ep_disable() 247 ep = container_of(_ep, struct goku_ep, ep); in goku_ep_disable() 297 done(struct goku_ep *ep, struct goku_request *req, int status) in done() 346 static int write_fifo(struct goku_ep *ep, struct goku_request *req) in write_fifo() 405 static int read_fifo(struct goku_ep *ep, struct goku_request *req) in read_fifo() 518 pio_advance(struct goku_ep *ep) in pio_advance() [all …]
|
| D | goku_udc.h | 204 struct goku_ep { struct 242 struct goku_ep ep[4]; argument
|