Home
last modified time | relevance | path

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

1234

/freebsd/sys/dev/clk/
H A Dclk_bus.c69 device_probe_and_attach(cdev); in ofw_clkbus_attach()
/freebsd/sys/dev/cardbus/
H A Dcardbus.c219 if (device_probe_and_attach(child) == 0) in cardbus_attach_card()
292 if (device_probe_and_attach(dev) != 0) in cardbus_driver_added()
/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/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/
H A Dxlnx_dwc3.c131 device_probe_and_attach(cdev); in xlnx_dwc3_attach()
H A Ddwc_otg_acpi.c113 err = device_probe_and_attach(sc->sc_bus.bdev); in dwc_otg_attach()
H A Ddwc_otg_fdt.c145 err = device_probe_and_attach(sc->sc_otg.sc_bus.bdev); in dwc_otg_attach()
H A Dgeneric_ehci.c123 err = device_probe_and_attach(sc->sc_bus.bdev); in generic_ehci_attach()
H A Dgeneric_xhci.c137 err = device_probe_and_attach(sc->sc_bus.bdev); in generic_xhci_attach()
H A Dehci_msm.c150 err = device_probe_and_attach(sc->sc_bus.bdev); in ehci_msm_attach()
H A Duhci_pci.c399 err = device_probe_and_attach(sc->sc_bus.bdev); in uhci_pci_attach()
/freebsd/sys/dev/qcom_dwc3/
H A Dqcom_dwc3.c156 device_probe_and_attach(cdev); in qcom_dwc3_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()
925 device_probe_and_attach(child); in isa_driver_added()
/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/dev/nvmf/host/
H A Dnvmf_ctldev.c40 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/clk/allwinner/
H A Daw_ccu.c220 device_probe_and_attach(cdev); in aw_ccu_attach()
/freebsd/sys/dev/ppbus/
H A Dlpbb.c89 device_probe_and_attach(bitbang); in lpbb_attach()
/freebsd/sys/dev/drm2/
H A Ddrm_dp_iic_helper.c238 error = device_probe_and_attach(ibus); in iic_dp_aux_add_bus()
/freebsd/sys/dev/bhnd/cores/chipc/
H A Dchipc_spi.c135 if ((error = device_probe_and_attach(flash_dev))) { in chipc_spi_attach()
/freebsd/sys/dev/dpaa2/
H A Dmemac_mdio_fdt.c223 return (device_probe_and_attach(childdev)); in memac_mdio_fdt_probe_child()
/freebsd/sys/kern/
H A Dsubr_bus.c2540 device_probe_and_attach(device_t dev) in device_probe_and_attach() function
3463 device_probe_and_attach(child); in bus_attach_children()
3670 device_probe_and_attach(child) : in bus_helper_reset_post()
3687 device_probe_and_attach(child); in bus_helper_reset_prepare_rollback()
3724 device_probe_and_attach(child); in bus_helper_reset_prepare()
3870 device_probe_and_attach(child); in bus_generic_driver_added()
3900 device_probe_and_attach(child); in bus_generic_new_pass()
5775 error = device_probe_and_attach(dev); in devctl2_ioctl()
5814 error = device_probe_and_attach(dev); in devctl2_ioctl()
5917 error = device_probe_and_attach(dev); in devctl2_ioctl()
[all …]

1234