Home
last modified time | relevance | path

Searched defs:usb_bus (Results 1 – 1 of 1) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
Dusb_bus.h46 struct usb_bus { struct
48 struct root_hold_token *bus_roothold;
79 struct usb_bus_msg explore_msg[2]; argument
80 struct usb_bus_msg detach_msg[2]; argument
81 struct usb_bus_msg attach_msg[2]; argument
82 struct usb_bus_msg suspend_msg[2]; argument
83 struct usb_bus_msg resume_msg[2]; argument
84 struct usb_bus_msg reset_msg[2]; argument
85 struct usb_bus_msg shutdown_msg[2]; argument
101 const struct usb_bus_methods *methods; /* filled by HC driver */ argument
[all …]