Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/usb/
Dusb_bus.h53 struct usb_bus { struct
54 struct usb_bus_stat stats_err; argument
55 struct usb_bus_stat stats_ok; argument
71 struct usb_bus_msg explore_msg[2]; argument
72 struct usb_bus_msg detach_msg[2]; argument
73 struct usb_bus_msg attach_msg[2]; argument
74 struct usb_bus_msg suspend_msg[2]; argument
75 struct usb_bus_msg resume_msg[2]; argument
76 struct usb_bus_msg reset_msg[2]; argument
77 struct usb_bus_msg shutdown_msg[2]; argument
[all …]
/freebsd-9-stable/lib/libusb/
Dusb.h244 struct usb_bus { struct
245 struct usb_bus *next; argument
246 struct usb_bus *prev; argument
260 extern struct usb_bus *usb_busses; argument