Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/gadget/
Dpxa27x_udc.c78 static struct pxa_udc *the_controller;
93 struct pxa_udc *udc = s->private; in state_dbg_show()
142 struct pxa_udc *udc = s->private; in queues_dbg_show()
177 struct pxa_udc *udc = s->private; in eps_dbg_show()
255 static void pxa_init_debugfs(struct pxa_udc *udc) in pxa_init_debugfs()
291 static void pxa_cleanup_debugfs(struct pxa_udc *udc) in pxa_cleanup_debugfs()
304 static inline void pxa_init_debugfs(struct pxa_udc *udc) in pxa_init_debugfs()
308 static inline void pxa_cleanup_debugfs(struct pxa_udc *udc) in pxa_cleanup_debugfs()
363 static struct pxa_ep *find_pxa_ep(struct pxa_udc *udc, in find_pxa_ep()
393 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;
441 struct pxa_udc { struct
477 static inline struct pxa_udc *to_gadget_udc(struct usb_gadget *gadget) in to_gadget_udc() argument
479 return container_of(gadget, struct pxa_udc, gadget); in to_gadget_udc()