Searched defs:pxa25x_udc (Results 1 – 1 of 1) sorted by relevance
99 struct pxa25x_udc { struct100 struct usb_gadget gadget;101 struct usb_gadget_driver *driver;103 enum ep0_state ep0state;104 struct udc_stats stats;105 unsigned got_irq : 1,106 vbus : 1,130 #define to_pxa25x(g) (container_of((g), struct pxa25x_udc, gadget)) argument