Home
last modified time | relevance | path

Searched refs:explore (Results 1 - 3 of 3) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
H A Dusb_hub.h49 usb_error_t (*explore) (struct usb_device *hub); member
H A Dusb_hub.c541 /* if a HUB becomes present, do a recursive HUB explore */ in uhub_explore_sub()
544 err = (child->hub->explore) (child); in uhub_explore_sub()
1152 /* explore succeeded - reset restart counter */ in uhub_explore()
1437 hub->explore = &uhub_explore; in uhub_attach()
1482 * (all below happens in explore code) in uhub_attach()
2553 * regularly from the USB explore thread.
/third_party/FreeBSD/sys/dev/usb/controller/
H A Dusb_controller.c165 /* Let the USB explore process detach all devices. */ in usb_detach()
188 /* Get rid of USB explore process */ in usb_detach()
323 * This function is used to explore the device tree from the root.
373 (void)(udev->hub->explore) (udev); in usb_bus_explore()
605 * This function attaches USB in context of the explore thread.
756 /* Create USB explore and callback processes */ in usb_attach_sub()
771 device_printf(dev, "WARNING: Creation of USB explore " in usb_attach_sub()
786 /* Do initial explore */ in usb_attach_sub()

Completed in 5 milliseconds