Home
last modified time | relevance | path

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

12345

/f-stack/freebsd/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.c184 if (bus_alloc_resources(dev, iomuxc_spec, sc->tmr_res)) { in iomuxc_attach()
H A Dvf_adc.c191 if (bus_alloc_resources(dev, adc_spec, sc->res)) { in adc_attach()
/f-stack/freebsd/mips/ingenic/
H A Djz4780_dme.c89 if (bus_alloc_resources(dev, jz4780_dme_spec, sc->res)) { in jz4780_dme_attach()
H A Djz4780_nand.c88 if (bus_alloc_resources(dev, jz4780_nand_spec, sc->res)) { in jz4780_nand_attach()
H A Djz4780_efuse.c164 if (bus_alloc_resources(dev, jz4780_efuse_spec, sc->res)) { in jz4780_efuse_attach()
/f-stack/freebsd/arm64/qualcomm/
H A Dqcom_gcc.c115 if (bus_alloc_resources(dev, qcom_gcc_spec, &sc->res) != 0) { in qcom_gcc_attach()
/f-stack/freebsd/arm/annapurna/alpine/
H A Dalpine_nb_service.c104 err = bus_alloc_resources(dev, nb_service_spec, &sc->res); in nb_service_attach()
H A Dalpine_ccu.c104 err = bus_alloc_resources(dev, al_ccu_spec, &sc->res); in al_ccu_attach()
H A Dalpine_serdes.c115 err = bus_alloc_resources(dev, al_serdes_spec, &sc->res); in al_serdes_attach()
/f-stack/freebsd/arm64/coresight/
H A Dcoresight_replicator.c106 if (bus_alloc_resources(dev, replicator_spec, &sc->res) != 0) { in replicator_attach()
H A Dcoresight_cpu_debug.c130 if (bus_alloc_resources(dev, debug_spec, &sc->res) != 0) { in debug_attach()
H A Dcoresight_funnel.c122 bus_alloc_resources(dev, funnel_spec, &sc->res) != 0) { in funnel_attach()
/f-stack/freebsd/arm/mv/armada38x/
H A Dpmsu.c110 err = bus_alloc_resources(dev, pmsu_spec, &sc->res); in pmsu_attach()
/f-stack/freebsd/arm/freescale/imx/
H A Dimx6_audmux.c124 if (bus_alloc_resources(dev, audmux_spec, sc->res)) { in audmux_attach()
/f-stack/freebsd/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()
/f-stack/freebsd/arm/allwinner/
H A Daw_reset.c131 if (bus_alloc_resources(dev, aw_reset_spec, &sc->res) != 0) { in aw_reset_attach()
H A Daw_ts.c161 if (bus_alloc_resources(dev, aw_ts_spec, sc->res) != 0) { in aw_ts_attach()
/f-stack/freebsd/arm/mv/
H A Dmv_ts.c146 error = bus_alloc_resources(dev, mvts_res, sc->sc_res); in ts_attach()
/f-stack/freebsd/mips/beri/
H A Dberi_iommu.c184 if (bus_alloc_resources(dev, beri_iommu_spec, sc->res)) { in beri_iommu_attach()
/f-stack/freebsd/arm/altera/socfpga/
H A Dsocfpga_rstmgr.c231 if (bus_alloc_resources(dev, rstmgr_spec, sc->res)) { in rstmgr_attach()
/f-stack/freebsd/arm/ti/am335x/
H A Dam3359_cppi41.c138 if (bus_alloc_resources(dev, ti_am3359_cppi41_res_spec, sc->res)) { in ti_am3359_cppi41_attach()

12345