Home
last modified time | relevance | path

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

1234

/freebsd/sys/dev/clk/
H A Dclk_bus.c69 device_probe_and_attach(cdev); in ofw_clkbus_attach()
/freebsd/sys/arm/ti/
H A Dti_omap4_cm.c115 device_probe_and_attach(cdev); in ti_omap4_cm_attach()
H A Dti_scm.c127 device_probe_and_attach(cdev); in ti_scm_attach()
/freebsd/sys/dev/usb/controller/dwc3/
H A Daw_dwc3.c125 device_probe_and_attach(cdev); in aw_dwc3_attach()
H A Drk_dwc3.c182 device_probe_and_attach(cdev); in rk_dwc3_attach()
/freebsd/sys/dev/cardbus/
H A Dcardbus.c228 if (device_probe_and_attach(child) == 0) in cardbus_attach_card()
303 if (device_probe_and_attach(dev) != 0) in cardbus_driver_added()
/freebsd/sys/dev/usb/controller/
H A Dxlnx_dwc3.c133 device_probe_and_attach(cdev); in xlnx_dwc3_attach()
H A Ddwc_otg_acpi.c114 err = device_probe_and_attach(sc->sc_bus.bdev); in dwc_otg_attach()
H A Dgeneric_ehci.c124 err = device_probe_and_attach(sc->sc_bus.bdev); in generic_ehci_attach()
H A Dgeneric_xhci.c138 err = device_probe_and_attach(sc->sc_bus.bdev); in generic_xhci_attach()
H A Ddwc_otg_fdt.c149 err = device_probe_and_attach(sc->sc_otg.sc_bus.bdev); in dwc_otg_attach()
H A Dehci_msm.c151 err = device_probe_and_attach(sc->sc_bus.bdev); in ehci_msm_attach()
/freebsd/sys/dev/qcom_dwc3/
H A Dqcom_dwc3.c156 device_probe_and_attach(cdev); in qcom_dwc3_attach()
/freebsd/sys/powerpc/ps3/
H A Dohci_ps3.c141 err = device_probe_and_attach(sc->sc_bus.bdev); in ohci_ps3_attach()
H A Dehci_ps3.c149 err = device_probe_and_attach(sc->sc_bus.bdev); in ehci_ps3_attach()
/freebsd/sys/isa/
H A Disa_common.c546 if (device_probe_and_attach(child) == 0) in isa_probe_children()
568 err = device_probe_and_attach(child); in isa_probe_children()
589 device_probe_and_attach(child); in isa_probe_children()
919 device_probe_and_attach(child); in isa_driver_added()
/freebsd/sys/dev/nvmf/host/
H A Dnvmf_ctldev.c39 error = device_probe_and_attach(dev); in nvmf_handoff_host()
/freebsd/sys/dev/ofw/
H A Dofw_firmware.c150 device_probe_and_attach(cdev); in ofw_firmware_attach()
/freebsd/sys/dev/bhnd/cores/usb/
H A Dbhnd_ohci.c149 err = device_probe_and_attach(sc->sc_bus.bdev); in bhnd_ohci_attach()
H A Dbhnd_ehci.c177 err = device_probe_and_attach(sc->sc_bus.bdev); in bhnd_ehci_attach()
/freebsd/sys/dev/ppbus/
H A Dlpbb.c89 device_probe_and_attach(bitbang); in lpbb_attach()
/freebsd/sys/dev/clk/allwinner/
H A Daw_ccu.c220 device_probe_and_attach(cdev); in aw_ccu_attach()
/freebsd/sys/dev/acpica/
H A Dacpi_pcib.c115 error = device_probe_and_attach(child); in prt_attach_devices()
/freebsd/sys/dev/bhnd/cores/chipc/
H A Dchipc_spi.c134 if ((error = device_probe_and_attach(flash_dev))) { in chipc_spi_attach()
/freebsd/sys/dev/drm2/
H A Ddrm_dp_iic_helper.c238 error = device_probe_and_attach(ibus); in iic_dp_aux_add_bus()

1234