Searched refs:device_probe_and_attach (Results 1 – 6 of 6) sorted by relevance
161 err = device_probe_and_attach(sc->sc_bus.bdev); in ehci_pci_attach()
143 err = device_probe_and_attach(sc->sc_bus.bdev); in xhci_pci_attach()
216 if (device_probe_and_attach(composite)) { in composite_add()
1604 device_probe_and_attach(device_t dev) in device_probe_and_attach() function1856 device_probe_and_attach(child); in bus_generic_attach()2097 device_probe_and_attach(child); in bus_generic_driver_added()2128 device_probe_and_attach(child); in bus_generic_new_pass()
322 int device_probe_and_attach(device_t dev);
1180 if (device_probe_and_attach(iface->subdev) == 0) { in usb_probe_and_attach_sub()