Home
last modified time | relevance | path

Searched refs:bus_alloc_resources (Results 1 – 25 of 183) sorted by relevance

12345678

/freebsd-12.1/sys/dev/malo/
H A Dif_malo_pci.c169 error = bus_alloc_resources(dev, psc->malo_mem_spec, psc->malo_res_mem); in malo_pci_attach()
200 error = bus_alloc_resources(dev, psc->malo_irq_spec, psc->malo_res_irq); in malo_pci_attach()
/freebsd-12.1/sys/arm/freescale/vybrid/
H A Dvf_mscm.c96 if (bus_alloc_resources(dev, mscm_spec, sc->res)) { in mscm_attach()
H A Dvf_tcon.c110 if (bus_alloc_resources(dev, tcon_spec, sc->res)) { in tcon_attach()
H A Dvf_src.c122 if (bus_alloc_resources(dev, src_spec, sc->res)) { in src_attach()
H A Dvf_dmamux.c125 if (bus_alloc_resources(dev, dmamux_spec, sc->res)) { in dmamux_attach()
H A Dvf_iomuxc.c185 if (bus_alloc_resources(dev, iomuxc_spec, sc->tmr_res)) { in iomuxc_attach()
/freebsd-12.1/sys/mips/ingenic/
H A Djz4780_nand.c88 if (bus_alloc_resources(dev, jz4780_nand_spec, sc->res)) { in jz4780_nand_attach()
H A Djz4780_dme.c89 if (bus_alloc_resources(dev, jz4780_dme_spec, sc->res)) { in jz4780_dme_attach()
/freebsd-12.1/sys/arm64/qualcomm/
H A Dqcom_gcc.c115 if (bus_alloc_resources(dev, qcom_gcc_spec, &sc->res) != 0) { in qcom_gcc_attach()
/freebsd-12.1/sys/arm/ti/
H A Dti_edma3.c171 err = bus_alloc_resources(dev, ti_edma3_mem_spec, sc->mem_res); in ti_edma3_attach()
178 err = bus_alloc_resources(dev, ti_edma3_irq_spec, sc->irq_res); in ti_edma3_attach()
H A Dti_scm.c127 if (bus_alloc_resources(dev, ti_scm_res_spec, sc->sc_res)) { in ti_scm_attach()
/freebsd-12.1/sys/arm/annapurna/alpine/
H A Dalpine_nb_service.c105 err = bus_alloc_resources(dev, nb_service_spec, &sc->res); in nb_service_attach()
H A Dalpine_ccu.c105 err = bus_alloc_resources(dev, al_ccu_spec, &sc->res); in al_ccu_attach()
/freebsd-12.1/sys/arm/samsung/exynos/
H A Dexynos5_mct.c92 if (bus_alloc_resources(dev, arm_tmr_spec, sc->tmr_res)) { in arm_tmr_attach()
H A Dexynos5_pmu.c151 if (bus_alloc_resources(dev, pmu_spec, sc->res)) { in pmu_attach()
/freebsd-12.1/sys/arm/mv/armada38x/
H A Dpmsu.c111 err = bus_alloc_resources(dev, pmsu_spec, &sc->res); in pmsu_attach()
/freebsd-12.1/sys/sparc64/sparc64/
H A Dschppm.c107 if (bus_alloc_resources(dev, schppm_res_spec, sc->sc_res)) { in schppm_attach()
/freebsd-12.1/sys/arm/amlogic/aml8726/
H A Daml8726_rng.c105 if (bus_alloc_resources(dev, aml8726_rng_spec, sc->res)) { in aml8726_rng_attach()
/freebsd-12.1/sys/arm/freescale/imx/
H A Dimx6_audmux.c124 if (bus_alloc_resources(dev, audmux_spec, sc->res)) { in audmux_attach()
/freebsd-12.1/sys/arm64/coresight/
H A Dcoresight-cpu-debug.c130 if (bus_alloc_resources(dev, debug_spec, &sc->res) != 0) { in debug_attach()
H A Dcoresight-dynamic-replicator.c136 if (bus_alloc_resources(dev, replicator_spec, &sc->res) != 0) { in replicator_attach()
/freebsd-12.1/sys/dev/axgbe/
H A Dif_axgbe.c315 if (bus_alloc_resources(dev, mac_spec, mac_res)) { in axgbe_attach()
343 if (bus_alloc_resources(phydev, old_phy_spec, phy_res)) { in axgbe_attach()
349 if (bus_alloc_resources(dev, old_mac_spec, mac_res)) { in axgbe_attach()
/freebsd-12.1/sys/arm/mv/
H A Dmv_ts.c146 error = bus_alloc_resources(dev, mvts_res, sc->sc_res); in ts_attach()
/freebsd-12.1/sys/dev/beri/
H A Dberi_mem.c150 if (bus_alloc_resources(dev, beri_mem_spec, sc->res)) { in beri_mem_attach()
/freebsd-12.1/sys/arm/allwinner/
H A Daw_reset.c130 if (bus_alloc_resources(dev, aw_reset_spec, &sc->res) != 0) { in aw_reset_attach()

12345678