Searched defs:usb_udc (Results 1 – 2 of 2) sorted by relevance
92905 struct usb_udc { struct92906 struct usb_gadget_driver *driver;92907 struct usb_gadget *gadget;92908 struct device dev;92909 struct list_head list;92910 bool vbus;92911 bool started;92912 bool allow_connect;92913 struct work_struct vbus_work;92914 struct mutex connect_lock;
102601 struct usb_udc { struct102602 struct usb_gadget_driver *driver;102603 struct usb_gadget *gadget;102604 struct device dev;102605 struct list_head list;102606 bool vbus;102607 bool started;102608 bool allow_connect;102609 struct work_struct vbus_work;102610 struct mutex connect_lock;