Home
last modified time | relevance | path

Searched refs:device_probe_and_attach (Results 1 – 25 of 95) sorted by relevance

1234

/NextBSD/sys/x86/x86/
HDlegacy.c144 device_probe_and_attach(child); in legacy_attach()
152 device_probe_and_attach(child); in legacy_attach()
159 device_probe_and_attach(child); in legacy_attach()
/NextBSD/sys/dev/cardbus/
HDcardbus.c218 if (device_probe_and_attach(child) == 0) in cardbus_attach_card()
292 if (device_probe_and_attach(dev) != 0) in cardbus_driver_added()
/NextBSD/sys/dev/terasic/mtl/
HDterasic_mtl_vt.c117 if (device_probe_and_attach(fbd) != 0) { in terasic_mtl_fbd_attach()
/NextBSD/sys/isa/
HDisa_common.c548 if (device_probe_and_attach(child) == 0) in isa_probe_children()
570 device_probe_and_attach(child); in isa_probe_children()
586 device_probe_and_attach(child); in isa_probe_children()
920 device_probe_and_attach(child); in isa_driver_added()
/NextBSD/sys/dev/usb/controller/
HDsaf1761_otg_boot.c111 err = device_probe_and_attach(sc->sc_bus.bdev); in saf1761_otg_fdt_attach()
HDuss820dci_atmelarm.c151 err = device_probe_and_attach(sc->sc_bus.bdev); in uss820_atmelarm_attach()
HDohci_s3c24x0.c135 err = device_probe_and_attach(sc->sc_bus.bdev); in ohci_s3c24x0_attach()
HDdwc_otg_fdt.c144 err = device_probe_and_attach(sc->sc_otg.sc_bus.bdev); in dwc_otg_attach()
HDatmegadci_atmelarm.c142 err = device_probe_and_attach(sc->sc_otg.sc_bus.bdev); in atmegadci_attach()
HDehci_imx.c296 err = device_probe_and_attach(esc->sc_bus.bdev); in imx_ehci_attach()
HDsaf1761_otg_fdt.c225 err = device_probe_and_attach(sc->sc_bus.bdev); in saf1761_otg_fdt_attach()
/NextBSD/sys/powerpc/ps3/
HDohci_ps3.c143 err = device_probe_and_attach(sc->sc_bus.bdev); in ohci_ps3_attach()
HDehci_ps3.c145 err = device_probe_and_attach(sc->sc_bus.bdev); in ehci_ps3_attach()
/NextBSD/sys/x86/xen/
HDxenpv.c109 device_probe_and_attach(child); in xenpv_attach()
/NextBSD/sys/arm/xscale/ixp425/
HDixp425_iic.c92 device_probe_and_attach(sc->iicbb); in ixpiic_attach()
/NextBSD/sys/mips/rt305x/
HDrt305x_dotg.c159 err = device_probe_and_attach(sc->sc_bus.bdev); in dotg_obio_attach()
HDrt305x_ohci.c161 err = device_probe_and_attach(sc->sc_bus.bdev); in ohci_obio_attach()
HDrt305x_ehci.c161 err = device_probe_and_attach(sc->sc_bus.bdev); in ehci_obio_attach()
/NextBSD/sys/mips/rmi/
HDxls_ehci.c150 err = device_probe_and_attach(sc->sc_bus.bdev); in ehci_xls_attach()
/NextBSD/sys/mips/cavium/usb/
HDoctusb_octeon.c147 err = device_probe_and_attach(sc->sc_dci.sc_bus.bdev); in octusb_octeon_attach()
/NextBSD/sys/arm/cavium/cns11xx/
HDehci_ebus.c170 err = device_probe_and_attach(sc->sc_bus.bdev); in ehci_ebus_attach()
/NextBSD/sys/dev/ppbus/
HDlpbb.c90 device_probe_and_attach(bitbang); in lpbb_attach()
/NextBSD/sys/dev/acpica/
HDacpi_pcib.c117 error = device_probe_and_attach(child); in prt_attach_devices()
/NextBSD/sys/arm/amlogic/aml8726/
HDaml8726_i2c.c127 error = device_probe_and_attach(sc->iicbb); in aml8726_iic_attach()
/NextBSD/sys/mips/atheros/
HDar71xx_ohci.c141 err = device_probe_and_attach(sc->sc_ohci.sc_bus.bdev); in ar71xx_ohci_attach()

1234