Lines Matching defs:pxa25x_udc
100 struct pxa25x_udc { struct
101 struct usb_gadget gadget;
102 struct usb_gadget_driver *driver;
104 enum ep0_state ep0state;
105 struct udc_stats stats;
106 unsigned got_irq : 1,
107 vbus : 1,
108 pullup : 1,
109 has_cfr : 1,
110 req_pending : 1,
111 req_std : 1,
112 req_config : 1,
113 suspended : 1,
114 active : 1;
138 static struct pxa25x_udc *the_controller; argument