Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/gadget/udc/
Dpxa27x_udc.c77 static struct pxa_udc *the_controller;
92 struct pxa_udc *udc = s->private; in state_dbg_show()
138 struct pxa_udc *udc = s->private; in queues_dbg_show()
171 struct pxa_udc *udc = s->private; in eps_dbg_show()
206 static void pxa_init_debugfs(struct pxa_udc *udc) in pxa_init_debugfs()
216 static void pxa_cleanup_debugfs(struct pxa_udc *udc) in pxa_cleanup_debugfs()
222 static inline void pxa_init_debugfs(struct pxa_udc *udc) in pxa_init_debugfs()
226 static inline void pxa_cleanup_debugfs(struct pxa_udc *udc) in pxa_cleanup_debugfs()
281 static struct pxa_ep *find_pxa_ep(struct pxa_udc *udc, in find_pxa_ep()
311 static void update_pxa_ep_matches(struct pxa_udc *udc) in update_pxa_ep_matches()
[all …]
Dpxa27x_udc.h308 struct pxa_udc *dev;
345 struct pxa_udc *dev;
447 struct pxa_udc { struct
477 #define to_pxa(g) (container_of((g), struct pxa_udc, gadget)) argument
479 static inline struct pxa_udc *to_gadget_udc(struct usb_gadget *gadget) in to_gadget_udc()
481 return container_of(gadget, struct pxa_udc, gadget); in to_gadget_udc()