Searched defs:usb_bus (Results 1 – 2 of 2) sorted by relevance
53 struct usb_bus { struct54 struct usb_bus_stat stats_err; argument55 struct usb_bus_stat stats_ok; argument57 struct root_hold_token *bus_roothold;81 struct usb_bus_msg explore_msg[2]; argument82 struct usb_bus_msg detach_msg[2]; argument83 struct usb_bus_msg attach_msg[2]; argument84 struct usb_bus_msg suspend_msg[2]; argument85 struct usb_bus_msg resume_msg[2]; argument86 struct usb_bus_msg reset_msg[2]; argument[all …]
245 struct usb_bus { struct246 struct usb_bus *next; argument247 struct usb_bus *prev; argument261 extern struct usb_bus *usb_busses; argument