Searched refs:omap_ep (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/usb/gadget/udc/ |
D | omap_udc.c | 118 static void use_ep(struct omap_ep *ep, u16 select) in use_ep() 138 static void dma_channel_claim(struct omap_ep *ep, unsigned preferred); 145 struct omap_ep *ep = container_of(_ep, struct omap_ep, ep); in omap_ep_enable() 233 static void nuke(struct omap_ep *, int status); 237 struct omap_ep *ep = container_of(_ep, struct omap_ep, ep); in omap_ep_disable() 288 done(struct omap_ep *ep, struct omap_req *req, int status) in done() 354 static int write_fifo(struct omap_ep *ep, struct omap_req *req) in write_fifo() 416 static int read_fifo(struct omap_ep *ep, struct omap_req *req) in read_fifo() 471 static u16 dma_src_len(struct omap_ep *ep, dma_addr_t start) in dma_src_len() 491 static u16 dma_dest_len(struct omap_ep *ep, dma_addr_t start) in dma_dest_len() [all …]
|
D | omap_udc.h | 139 struct omap_ep { struct 164 struct omap_ep ep[32]; argument
|