Searched defs:usb_udc (Results 1 – 1 of 1) sorted by relevance
53 struct usb_udc { struct54 struct usb_gadget_driver *driver;55 struct usb_gadget *gadget;56 struct device dev;57 struct list_head list;58 bool vbus;59 bool started;60 bool allow_connect;61 struct work_struct vbus_work;62 struct mutex connect_lock;