Searched defs:pxa25x_udc (Results 1 – 2 of 2) sorted by relevance
94 struct pxa25x_udc { struct95 struct usb_gadget gadget;96 struct usb_gadget_driver *driver;98 enum ep0_state ep0state;99 struct udc_stats stats;100 unsigned got_irq : 1,101 vbus : 1,125 #define to_pxa25x(g) (container_of((g), struct pxa25x_udc, gadget)) argument
117 struct pxa25x_udc { struct120 struct pxa25x_udc_regs *regs; argument142 static struct pxa25x_udc *the_controller; argument