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.c159 err = device_probe_and_attach(sc->sc_bus.bdev); in ehci_pci_attach()
Dxhci_pci.c145 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.c1603 device_probe_and_attach(device_t dev) in device_probe_and_attach() function
1855 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()
/third_party/FreeBSD/sys/sys/
Dbus.h323 int device_probe_and_attach(device_t dev);
/third_party/FreeBSD/sys/dev/usb/
Dusb_device.c1171 if (device_probe_and_attach(iface->subdev) == 0) { in usb_probe_and_attach_sub()