Searched refs:musb_ep (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/usb/musb/ |
| H A D | musb_gadget.c | 34 struct musb *musb, struct musb_ep *musb_ep) in map_dma_buffer() argument 41 if (!is_dma_capable() || !musb_ep->dma) in map_dma_buffer() 49 compatible = dma->is_compatible(musb_ep->dma, in map_dma_buffer() 50 musb_ep->packet_sz, request->request.buf, in map_dma_buffer() 87 struct musb_ep *musb_ep = request->ep; in unmap_dma_buffer() local 89 if (!is_buffer_mapped(request) || !musb_ep->dma) in unmap_dma_buffer() 124 struct musb_ep *ep, in musb_g_giveback() 159 static void nuke(struct musb_ep *ep, const int status) in nuke() 209 static inline int max_ep_writesize(struct musb *musb, struct musb_ep *ep) in max_ep_writesize() 227 struct musb_ep *musb_ep; in txstate() local [all …]
|
| H A D | musb_gadget.h | 56 struct musb_ep *ep; 73 struct musb_ep { struct 99 #define to_musb_ep(ep) container_of((ep), struct musb_ep, end_point) argument 101 static inline struct musb_request *next_request(struct musb_ep *ep) in next_request() 112 extern void musb_g_giveback(struct musb_ep *, struct usb_request *, int);
|
| H A D | musb_core.h | 29 struct musb_ep; 237 struct musb_ep ep_in; /* TX */ 238 struct musb_ep ep_out; /* RX */
|