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; argument71 struct usb_bus_msg explore_msg[2]; argument72 struct usb_bus_msg detach_msg[2]; argument73 struct usb_bus_msg attach_msg[2]; argument74 struct usb_bus_msg suspend_msg[2]; argument75 struct usb_bus_msg resume_msg[2]; argument76 struct usb_bus_msg reset_msg[2]; argument77 struct usb_bus_msg shutdown_msg[2]; argument[all …]
244 struct usb_bus { struct245 struct usb_bus *next; argument246 struct usb_bus *prev; argument260 extern struct usb_bus *usb_busses; argument