Lines Matching defs:omap_udc
159 struct omap_udc { struct
160 struct usb_gadget gadget;
161 struct usb_gadget_driver *driver;
162 spinlock_t lock;
163 struct omap_ep ep[32];
164 u16 devstat;
165 u16 clr_halt;
166 struct usb_phy *transceiver;
167 struct list_head iso;
168 unsigned softconnect:1;
169 unsigned vbus_active:1;
170 unsigned ep0_pending:1;
171 unsigned ep0_in:1;
172 unsigned ep0_set_config:1;
173 unsigned ep0_reset_config:1;
174 unsigned ep0_setup:1;
175 struct completion *done;
176 struct clk *dc_clk;
177 struct clk *hhc_clk;
178 unsigned clk_requested:1;