/freebsd/sys/dev/malo/ |
H A D | if_malo_pci.c | 164 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 D | vf_mscm.c | 93 if (bus_alloc_resources(dev, mscm_spec, sc->res)) { in mscm_attach()
|
H A D | vf_tcon.c | 104 if (bus_alloc_resources(dev, tcon_spec, sc->res)) { in tcon_attach()
|
H A D | vf_src.c | 119 if (bus_alloc_resources(dev, src_spec, sc->res)) { in src_attach()
|
H A D | vf_dmamux.c | 122 if (bus_alloc_resources(dev, dmamux_spec, sc->res)) { in dmamux_attach()
|
H A D | vf_iomuxc.c | 181 if (bus_alloc_resources(dev, iomuxc_spec, sc->tmr_res)) { in iomuxc_attach()
|
/freebsd/sys/arm64/qualcomm/ |
H A D | qcom_gcc.c | 112 if (bus_alloc_resources(dev, qcom_gcc_spec, &sc->res) != 0) { in qcom_gcc_attach()
|
/freebsd/sys/arm/annapurna/alpine/ |
H A D | alpine_ccu.c | 99 err = bus_alloc_resources(dev, al_ccu_spec, &sc->res); in al_ccu_attach()
|
H A D | alpine_nb_service.c | 99 err = bus_alloc_resources(dev, nb_service_spec, &sc->res); in nb_service_attach()
|
/freebsd/sys/arm/ti/ |
H A D | ti_edma3.c | 168 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 D | coresight_replicator.c | 103 if (bus_alloc_resources(dev, replicator_spec, &sc->res) != 0) { in replicator_attach()
|
H A D | coresight_cpu_debug.c | 127 if (bus_alloc_resources(dev, debug_spec, &sc->res) != 0) { in debug_attach()
|
H A D | coresight_funnel.c | 119 bus_alloc_resources(dev, funnel_spec, &sc->res) != 0) { in funnel_attach()
|
/freebsd/sys/arm/mv/armada38x/ |
H A D | pmsu.c | 105 err = bus_alloc_resources(dev, pmsu_spec, &sc->res); in pmsu_attach()
|
/freebsd/sys/arm/freescale/imx/ |
H A D | imx6_audmux.c | 121 if (bus_alloc_resources(dev, audmux_spec, sc->res)) { in audmux_attach()
|
/freebsd/sys/dev/gpio/dwgpio/ |
H A D | dwgpio_bus.c | 87 if (bus_alloc_resources(dev, dwgpio_spec, sc->res)) { in dwgpiobus_attach()
|
/freebsd/sys/dev/axgbe/ |
H A D | if_axgbe.c | 322 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 D | aw_reset.c | 126 if (bus_alloc_resources(dev, aw_reset_spec, &sc->res) != 0) { in aw_reset_attach()
|
H A D | aw_ts.c | 158 if (bus_alloc_resources(dev, aw_ts_spec, sc->res) != 0) { in aw_ts_attach()
|
/freebsd/sys/dev/sram/ |
H A D | mmio_sram.c | 83 if (bus_alloc_resources(dev, mmio_sram_spec, sc->res) != 0) { in mmio_sram_attach()
|
/freebsd/sys/riscv/sifive/ |
H A D | sifive_ccache.c | 146 if (bus_alloc_resources(dev, ccache_spec, &sc->res) != 0) { in ccache_attach()
|
/freebsd/sys/dev/iicbus/controller/opencores/ |
H A D | iicoc_fdt.c | 88 error = bus_alloc_resources(dev, iicoc_spec, &sc->mem_res); in iicoc_attach()
|
/freebsd/sys/dev/dpaa2/ |
H A D | dpaa2_con.c | 122 error = bus_alloc_resources(sc->dev, dpaa2_con_spec, sc->res); in dpaa2_con_attach()
|
/freebsd/sys/arm/mv/clk/ |
H A D | armada38x_coreclk.c | 172 if (bus_alloc_resources(dev, armada38x_coreclk_specs, &sc->res) != 0) { in armada38x_coreclk_attach()
|
/freebsd/sys/arm/ti/am335x/ |
H A D | am3359_cppi41.c | 132 if (bus_alloc_resources(dev, ti_am3359_cppi41_res_spec, sc->res)) { in ti_am3359_cppi41_attach()
|