Home
last modified time | relevance | path

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

1234

/freebsd-14.2/sys/dev/extres/clk/
H A Dclk_bus.c70 device_probe_and_attach(cdev); in ofw_clkbus_attach()
/freebsd-14.2/sys/arm/ti/
H A Dti_omap4_cm.c116 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-14.2/sys/arm/allwinner/
H A Daw_dwc3.c126 device_probe_and_attach(cdev); in aw_dwc3_attach()
H A Daw_ccu.c221 device_probe_and_attach(cdev); in aw_ccu_attach()
/freebsd-14.2/sys/dev/cardbus/
H A Dcardbus.c229 if (device_probe_and_attach(child) == 0) in cardbus_attach_card()
304 if (device_probe_and_attach(dev) != 0) in cardbus_driver_added()
/freebsd-14.2/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.c150 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()
H A Duhci_pci.c388 err = device_probe_and_attach(sc->sc_bus.bdev); in uhci_pci_attach()
/freebsd-14.2/sys/dev/qcom_dwc3/
H A Dqcom_dwc3.c157 device_probe_and_attach(cdev); in qcom_dwc3_attach()
/freebsd-14.2/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-14.2/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()
921 device_probe_and_attach(child); in isa_driver_added()
/freebsd-14.2/sys/dev/ofw/
H A Dofw_firmware.c150 device_probe_and_attach(cdev); in ofw_firmware_attach()
/freebsd-14.2/sys/arm64/rockchip/
H A Drk_dwc3.c183 device_probe_and_attach(cdev); in rk_dwc3_attach()
/freebsd-14.2/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-14.2/sys/dev/ppbus/
H A Dlpbb.c89 device_probe_and_attach(bitbang); in lpbb_attach()
/freebsd-14.2/sys/dev/acpica/
H A Dacpi_pcib.c115 error = device_probe_and_attach(child); in prt_attach_devices()
/freebsd-14.2/sys/dev/bhnd/cores/chipc/
H A Dchipc_spi.c135 if ((error = device_probe_and_attach(flash_dev))) { in chipc_spi_attach()
/freebsd-14.2/sys/dev/drm2/
H A Ddrm_dp_iic_helper.c239 error = device_probe_and_attach(ibus); in iic_dp_aux_add_bus()

1234