Home
last modified time | relevance | path

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

123456

/freebsd/sys/dev/malo/
H A Dif_malo_pci.c164 error = bus_alloc_resources(dev, psc->malo_mem_spec, psc->malo_res_mem); in malo_pci_attach()
195 error = bus_alloc_resources(dev, psc->malo_irq_spec, psc->malo_res_irq); in malo_pci_attach()
/freebsd/sys/arm/freescale/vybrid/
H A Dvf_mscm.c93 if (bus_alloc_resources(dev, mscm_spec, sc->res)) { in mscm_attach()
H A Dvf_tcon.c104 if (bus_alloc_resources(dev, tcon_spec, sc->res)) { in tcon_attach()
H A Dvf_src.c119 if (bus_alloc_resources(dev, src_spec, sc->res)) { in src_attach()
H A Dvf_dmamux.c122 if (bus_alloc_resources(dev, dmamux_spec, sc->res)) { in dmamux_attach()
H A Dvf_iomuxc.c181 if (bus_alloc_resources(dev, iomuxc_spec, sc->tmr_res)) { in iomuxc_attach()
/freebsd/sys/arm64/qualcomm/
H A Dqcom_gcc.c112 if (bus_alloc_resources(dev, qcom_gcc_spec, &sc->res) != 0) { in qcom_gcc_attach()
/freebsd/sys/arm/annapurna/alpine/
H A Dalpine_ccu.c99 err = bus_alloc_resources(dev, al_ccu_spec, &sc->res); in al_ccu_attach()
H A Dalpine_nb_service.c99 err = bus_alloc_resources(dev, nb_service_spec, &sc->res); in nb_service_attach()
/freebsd/sys/arm/ti/
H A Dti_edma3.c168 err = bus_alloc_resources(dev, ti_edma3_mem_spec, sc->mem_res); in ti_edma3_attach()
175 err = bus_alloc_resources(dev, ti_edma3_irq_spec, sc->irq_res); in ti_edma3_attach()
/freebsd/sys/arm64/coresight/
H A Dcoresight_replicator.c103 if (bus_alloc_resources(dev, replicator_spec, &sc->res) != 0) { in replicator_attach()
H A Dcoresight_cpu_debug.c127 if (bus_alloc_resources(dev, debug_spec, &sc->res) != 0) { in debug_attach()
H A Dcoresight_funnel.c119 bus_alloc_resources(dev, funnel_spec, &sc->res) != 0) { in funnel_attach()
/freebsd/sys/arm/mv/armada38x/
H A Dpmsu.c105 err = bus_alloc_resources(dev, pmsu_spec, &sc->res); in pmsu_attach()
/freebsd/sys/arm/freescale/imx/
H A Dimx6_audmux.c121 if (bus_alloc_resources(dev, audmux_spec, sc->res)) { in audmux_attach()
/freebsd/sys/dev/gpio/dwgpio/
H A Ddwgpio_bus.c87 if (bus_alloc_resources(dev, dwgpio_spec, sc->res)) { in dwgpiobus_attach()
/freebsd/sys/dev/axgbe/
H A Dif_axgbe.c322 if (bus_alloc_resources(dev, mac_spec, mac_res)) { in axgbe_attach()
350 if (bus_alloc_resources(phydev, old_phy_spec, phy_res)) { in axgbe_attach()
356 if (bus_alloc_resources(dev, old_mac_spec, mac_res)) { in axgbe_attach()
/freebsd/sys/arm/allwinner/
H A Daw_reset.c126 if (bus_alloc_resources(dev, aw_reset_spec, &sc->res) != 0) { in aw_reset_attach()
H A Daw_ts.c158 if (bus_alloc_resources(dev, aw_ts_spec, sc->res) != 0) { in aw_ts_attach()
/freebsd/sys/dev/sram/
H A Dmmio_sram.c83 if (bus_alloc_resources(dev, mmio_sram_spec, sc->res) != 0) { in mmio_sram_attach()
/freebsd/sys/riscv/sifive/
H A Dsifive_ccache.c146 if (bus_alloc_resources(dev, ccache_spec, &sc->res) != 0) { in ccache_attach()
/freebsd/sys/dev/iicbus/controller/opencores/
H A Diicoc_fdt.c88 error = bus_alloc_resources(dev, iicoc_spec, &sc->mem_res); in iicoc_attach()
/freebsd/sys/dev/dpaa2/
H A Ddpaa2_con.c122 error = bus_alloc_resources(sc->dev, dpaa2_con_spec, sc->res); in dpaa2_con_attach()
/freebsd/sys/arm/mv/clk/
H A Darmada38x_coreclk.c172 if (bus_alloc_resources(dev, armada38x_coreclk_specs, &sc->res) != 0) { in armada38x_coreclk_attach()
/freebsd/sys/arm/ti/am335x/
H A Dam3359_cppi41.c132 if (bus_alloc_resources(dev, ti_am3359_cppi41_res_spec, sc->res)) { in ti_am3359_cppi41_attach()

123456