Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/udc/
Dpxa27x_udc.c80 static struct pxa_udc *the_controller;
95 struct pxa_udc *udc = s->private; in state_dbg_show()
140 struct pxa_udc *udc = s->private; in queues_dbg_show()
172 struct pxa_udc *udc = s->private; in eps_dbg_show()
245 static void pxa_init_debugfs(struct pxa_udc *udc) in pxa_init_debugfs()
281 static void pxa_cleanup_debugfs(struct pxa_udc *udc) in pxa_cleanup_debugfs()
294 static inline void pxa_init_debugfs(struct pxa_udc *udc) in pxa_init_debugfs()
298 static inline void pxa_cleanup_debugfs(struct pxa_udc *udc) in pxa_cleanup_debugfs()
353 static struct pxa_ep *find_pxa_ep(struct pxa_udc *udc, in find_pxa_ep()
383 static void update_pxa_ep_matches(struct pxa_udc *udc) in update_pxa_ep_matches()
[all …]
Dpxa27x_udc.h302 struct pxa_udc *dev;
339 struct pxa_udc *dev;
442 struct pxa_udc { struct
478 #define to_pxa(g) (container_of((g), struct pxa_udc, gadget)) argument
480 static inline struct pxa_udc *to_gadget_udc(struct usb_gadget *gadget) in to_gadget_udc()
482 return container_of(gadget, struct pxa_udc, gadget); in to_gadget_udc()