Searched defs:usb_bus (Results 1 – 2 of 2) sorted by relevance
47 struct usb_bus { struct49 struct root_hold_token *bus_roothold;80 struct usb_bus_msg explore_msg[2]; argument81 struct usb_bus_msg detach_msg[2]; argument82 struct usb_bus_msg attach_msg[2]; argument83 struct usb_bus_msg suspend_msg[2]; argument84 struct usb_bus_msg resume_msg[2]; argument85 struct usb_bus_msg reset_msg[2]; argument86 struct usb_bus_msg shutdown_msg[2]; argument88 struct usb_bus_msg cleanup_msg[2]; argument[all …]
246 struct usb_bus { struct247 struct usb_bus *next; argument248 struct usb_bus *prev; argument262 extern struct usb_bus *usb_busses; argument