Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/
H A Dusb_bus.h47 struct usb_bus { struct
49 struct root_hold_token *bus_roothold;
80 struct usb_bus_msg explore_msg[2]; argument
81 struct usb_bus_msg detach_msg[2]; argument
82 struct usb_bus_msg attach_msg[2]; argument
83 struct usb_bus_msg suspend_msg[2]; argument
84 struct usb_bus_msg resume_msg[2]; argument
85 struct usb_bus_msg reset_msg[2]; argument
86 struct usb_bus_msg shutdown_msg[2]; argument
88 struct usb_bus_msg cleanup_msg[2]; argument
[all …]
/freebsd/lib/libusb/
H A Dusb.h246 struct usb_bus { struct
247 struct usb_bus *next; argument
248 struct usb_bus *prev; argument
262 extern struct usb_bus *usb_busses; argument