Home
last modified time | relevance | path

Searched refs:explore_msg (Results 1 – 3 of 3) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/controller/
Dusb_controller.c720 bus->explore_msg[0].hdr.pm_callback = &usb_bus_explore; in usb_attach_sub()
721 bus->explore_msg[0].bus = bus; in usb_attach_sub()
722 bus->explore_msg[1].hdr.pm_callback = &usb_bus_explore; in usb_attach_sub()
723 bus->explore_msg[1].bus = bus; in usb_attach_sub()
/third_party/FreeBSD/sys/dev/usb/
Dusb_bus.h78 struct usb_bus_msg explore_msg[2]; member
Dusb_hub.c2366 &bus->explore_msg[0], &bus->explore_msg[1])) { in usb_needs_explore_sub()