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/
Dehci_pci.c161 err = device_probe_and_attach(sc->sc_bus.bdev); in ehci_pci_attach()
Dxhci_pci.c143 err = device_probe_and_attach(sc->sc_bus.bdev); in xhci_pci_attach()
/third_party/FreeBSD/sys/dev/usb/implementation/
Dusb_init.c216 if (device_probe_and_attach(composite)) { in composite_add()
/third_party/FreeBSD/sys/kern/
Dsubr_bus.c1604 device_probe_and_attach(device_t dev) in device_probe_and_attach() function
1856 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()
/third_party/FreeBSD/sys/sys/
Dbus.h322 int device_probe_and_attach(device_t dev);
/third_party/FreeBSD/sys/dev/usb/
Dusb_device.c1180 if (device_probe_and_attach(iface->subdev) == 0) { in usb_probe_and_attach_sub()