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