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

/linux-master/drivers/usb/gadget/udc/
H A Dgoku_udc.h204 struct goku_ep { struct
242 struct goku_ep ep[4];
H A Dgoku_udc.c81 static void nuke(struct goku_ep *, int status);
94 struct goku_ep *ep;
99 ep = container_of(_ep, struct goku_ep, ep);
192 static void ep_reset(struct goku_udc_regs __iomem *regs, struct goku_ep *ep)
246 struct goku_ep *ep;
250 ep = container_of(_ep, struct goku_ep, ep);
300 done(struct goku_ep *ep, struct goku_request *req, int status)
349 static int write_fifo(struct goku_ep *ep, struct goku_request *req)
408 static int read_fifo(struct goku_ep *ep, struct goku_request *req)
521 pio_advance(struct goku_ep *e
[all...]

Completed in 196 milliseconds