Home
last modified time | relevance | path

Searched refs:pxa_udc (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dpxa27x_udc.c54 * will work with this driver. This is done in pxa_udc structure, statically.
55 * See pxa_udc, udc_usb_ep versus pxa_ep, and matching function find_pxa_ep.
77 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()
218 static void pxa_cleanup_debugfs(struct pxa_udc *udc) in pxa_cleanup_debugfs()
224 static inline void pxa_init_debugfs(struct pxa_udc *udc) in pxa_init_debugfs()
228 static inline void pxa_cleanup_debugfs(struct pxa_udc *ud
[all...]
H A Dpxa27x_udc.h308 struct pxa_udc *dev;
345 struct pxa_udc *dev;
422 * struct pxa_udc - udc structure
448 struct pxa_udc { struct
481 #define to_pxa(g) (container_of((g), struct pxa_udc, gadget))
483 static inline struct pxa_udc *to_gadget_udc(struct usb_gadget *gadget) in to_gadget_udc()
485 return container_of(gadget, struct pxa_udc, gadget); in to_gadget_udc()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Dpxa27x_udc.c54 * will work with this driver. This is done in pxa_udc structure, statically.
55 * See pxa_udc, udc_usb_ep versus pxa_ep, and matching function find_pxa_ep.
77 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 *ud
[all...]
H A Dpxa27x_udc.h308 struct pxa_udc *dev;
345 struct pxa_udc *dev;
422 * struct pxa_udc - udc structure
447 struct pxa_udc { struct
477 #define to_pxa(g) (container_of((g), struct pxa_udc, gadget))
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()

Completed in 7 milliseconds