Home
last modified time | relevance | path

Searched refs:omap_ep (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/usb/gadget/udc/
Domap_udc.c122 static void use_ep(struct omap_ep *ep, u16 select) in use_ep()
142 static void dma_channel_claim(struct omap_ep *ep, unsigned preferred);
149 struct omap_ep *ep = container_of(_ep, struct omap_ep, ep); in omap_ep_enable()
237 static void nuke(struct omap_ep *, int status);
241 struct omap_ep *ep = container_of(_ep, struct omap_ep, ep); in omap_ep_disable()
292 done(struct omap_ep *ep, struct omap_req *req, int status) in done()
358 static int write_fifo(struct omap_ep *ep, struct omap_req *req) in write_fifo()
420 static int read_fifo(struct omap_ep *ep, struct omap_req *req) in read_fifo()
475 static u16 dma_src_len(struct omap_ep *ep, dma_addr_t start) in dma_src_len()
495 static u16 dma_dest_len(struct omap_ep *ep, dma_addr_t start) in dma_dest_len()
[all …]
Domap_udc.h138 struct omap_ep { struct
163 struct omap_ep ep[32]; argument