Home
last modified time | relevance | path

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

/dflybsd-src/sys/bus/u4b/
H A Dusb_bus.h53 struct usb_bus { struct
54 struct usb_bus_stat stats_err; argument
55 struct usb_bus_stat stats_ok; argument
57 struct root_hold_token *bus_roothold;
81 struct usb_bus_msg explore_msg[2]; argument
82 struct usb_bus_msg detach_msg[2]; argument
83 struct usb_bus_msg attach_msg[2]; argument
84 struct usb_bus_msg suspend_msg[2]; argument
85 struct usb_bus_msg resume_msg[2]; argument
86 struct usb_bus_msg reset_msg[2]; argument
[all …]
/dflybsd-src/lib/libusb/
H A Dusb.h245 struct usb_bus { struct
246 struct usb_bus *next; argument
247 struct usb_bus *prev; argument
261 extern struct usb_bus *usb_busses; argument