Searched refs:device_probe_and_attach (Results 1 – 6 of 6) sorted by relevance
159 err = device_probe_and_attach(sc->sc_bus.bdev); in ehci_pci_attach()
145 err = device_probe_and_attach(sc->sc_bus.bdev); in xhci_pci_attach()
216 if (device_probe_and_attach(composite)) { in composite_add()
1603 device_probe_and_attach(device_t dev) in device_probe_and_attach() function1855 device_probe_and_attach(child); in bus_generic_attach()2096 device_probe_and_attach(child); in bus_generic_driver_added()2127 device_probe_and_attach(child); in bus_generic_new_pass()
323 int device_probe_and_attach(device_t dev);
1171 if (device_probe_and_attach(iface->subdev) == 0) { in usb_probe_and_attach_sub()