Searched refs:omap_ep (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | omap_udc.c | 121 static void use_ep(struct omap_ep *ep, u16 select) in use_ep() 141 static void dma_channel_claim(struct omap_ep *ep, unsigned preferred); 148 struct omap_ep *ep = container_of(_ep, struct omap_ep, ep); in omap_ep_enable() 236 static void nuke(struct omap_ep *, int status); 240 struct omap_ep *ep = container_of(_ep, struct omap_ep, ep); in omap_ep_disable() 291 done(struct omap_ep *ep, struct omap_req *req, int status) in done() 357 static int write_fifo(struct omap_ep *ep, struct omap_req *req) in write_fifo() 419 static int read_fifo(struct omap_ep *ep, struct omap_req *req) in read_fifo() 474 static u16 dma_src_len(struct omap_ep *ep, dma_addr_t start) in dma_src_len() 494 static u16 dma_dest_len(struct omap_ep *ep, dma_addr_t start) in dma_dest_len() [all …]
|
H A D | omap_udc.h | 139 struct omap_ep { struct 164 struct omap_ep ep[32]; argument
|