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;123 #define to_pxa25x(g) (container_of((g), struct pxa25x_udc, gadget)) argument
116 struct pxa25x_udc { struct119 struct pxa25x_udc_regs *regs; argument141 static struct pxa25x_udc *the_controller; argument