Home
last modified time | relevance | path

Searched refs:do_probe (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/bus/u4b/
H A Dusb_hub.h72 void usb_needs_explore(struct usb_bus *bus, uint8_t do_probe);
H A Dusb_bus.h127 uint8_t do_probe; /* set if USB should be re-probed */ member
H A Dusb_hub.c2252 usb_needs_explore(struct usb_bus *bus, uint8_t do_probe) in usb_needs_explore() argument
2273 if (do_probe) { in usb_needs_explore()
2274 bus->do_probe = 1; in usb_needs_explore()
/dragonfly/sys/bus/u4b/controller/
H A Dusb_controller.c369 if (bus->do_probe) { in usb_bus_explore()
370 bus->do_probe = 0; in usb_bus_explore()