Home
last modified time | relevance | path

Searched refs:device_probe_and_attach (Results 1 - 6 of 6) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/controller/
H A Dehci_pci.c159 err = device_probe_and_attach(sc->sc_bus.bdev); in ehci_pci_attach()
H A Dxhci_pci.c143 usb_debug("device_probe_and_attach bus_dev\n"); in xhci_pci_attach()
145 err = device_probe_and_attach(sc->sc_bus.bdev); in xhci_pci_attach()
/third_party/FreeBSD/sys/dev/usb/implementation/
H A Dusb_init.c216 if (device_probe_and_attach(composite)) { in composite_add()
/third_party/FreeBSD/sys/kern/
H A Dsubr_bus.c1603 device_probe_and_attach(device_t dev) in device_probe_and_attach() function
1633 * device_probe_and_attach().
1845 * a bus. It calls device_probe_and_attach() for each of the device's
1855 device_probe_and_attach(child); in bus_generic_attach()
2083 * and then calls device_probe_and_attach() for each unattached child.
2096 device_probe_and_attach(child); in bus_generic_driver_added()
2127 device_probe_and_attach(child); in bus_generic_new_pass()
2798 * device_probe_and_attach() for each child of the @c root0 device.
/third_party/FreeBSD/sys/sys/
H A Dbus.h323 int device_probe_and_attach(device_t dev);
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_device.c1171 if (device_probe_and_attach(iface->subdev) == 0) { in usb_probe_and_attach_sub()

Completed in 10 milliseconds