Home
last modified time | relevance | path

Searched refs:bus_alloc_resource (Results 1 – 25 of 129) sorted by relevance

123456

/freebsd-14.2/sys/dev/dpaa/
H A Dportals_common.c73 sc->sc_rres[0] = bus_alloc_resource(dev, in dpaa_portal_alloc_res()
86 sc->sc_rres[1] = bus_alloc_resource(dev, in dpaa_portal_alloc_res()
111 sc->sc_dp[cpu].dp_ires = bus_alloc_resource(dev, in dpaa_portal_alloc_res()
H A Dfman_fdt.c57 DEVMETHOD(bus_alloc_resource, fman_alloc_resource),
/freebsd-14.2/sys/dev/ipmi/
H A Dipmi_isa.c219 sc->ipmi_io_res[0] = bus_alloc_resource(dev, type, in ipmi_isa_attach()
229 sc->ipmi_io_res[i] = bus_alloc_resource(dev, type, in ipmi_isa_attach()
245 sc->ipmi_irq_res = bus_alloc_resource(dev, SYS_RES_IRQ, in ipmi_isa_attach()
H A Dipmi_smbus.c95 sc->ipmi_irq_res = bus_alloc_resource(dev, SYS_RES_IRQ, in ipmi_smbus_attach()
/freebsd-14.2/sys/x86/pci/
H A Dqpi.c206 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
285 DEVMETHOD(bus_alloc_resource, qpi_pcib_alloc_resource),
289 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
/freebsd-14.2/sys/dev/xen/bus/
H A Dxenpv.c122 res = bus_alloc_resource(child, SYS_RES_MEMORY, res_id, LOW_MEM_LIMIT, in xenpv_alloc_physmem()
167 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
/freebsd-14.2/sys/dev/ahci/
H A Dahci_generic.c178 DEVMETHOD(bus_alloc_resource, ahci_alloc_resource),
200 DEVMETHOD(bus_alloc_resource, ahci_alloc_resource),
H A Dahci_mv_fdt.c136 DEVMETHOD(bus_alloc_resource, ahci_alloc_resource),
/freebsd-14.2/sys/dev/pci/
H A Disa_pci.c71 DEVMETHOD(bus_alloc_resource, isab_pci_alloc_resource),
190 sc->isab_pci_res[bar].ip_res = bus_alloc_resource(dev, type, in isab_pci_alloc_resource()
H A Dhostb_pci.c106 return (bus_alloc_resource(dev, type, rid, start, end, count, flags)); in pci_hostb_alloc_resource()
259 DEVMETHOD(bus_alloc_resource, pci_hostb_alloc_resource),
/freebsd-14.2/sys/x86/x86/
H A Dmptable_pci.c170 DEVMETHOD(bus_alloc_resource, mptable_hostb_alloc_resource),
173 DEVMETHOD(bus_alloc_resource, legacy_pcib_alloc_resource),
H A Dlegacy.c85 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
297 DEVMETHOD(bus_alloc_resource, bus_generic_rl_alloc_resource),
/freebsd-14.2/sys/powerpc/mambo/
H A Dmambo.c63 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
/freebsd-14.2/sys/dev/quicc/
H A Dquicc_bfe_fdt.c55 DEVMETHOD(bus_alloc_resource, quicc_bus_alloc_resource),
/freebsd-14.2/sys/dev/scc/
H A Dscc_bfe_macio.c78 DEVMETHOD(bus_alloc_resource, scc_bus_alloc_resource),
H A Dscc_bfe_quicc.c83 DEVMETHOD(bus_alloc_resource, scc_bus_alloc_resource),
/freebsd-14.2/sys/dev/ppc/
H A Dppc_puc.c59 DEVMETHOD(bus_alloc_resource, ppc_alloc_resource),
H A Dppc_pci.c57 DEVMETHOD(bus_alloc_resource, ppc_alloc_resource),
H A Dppc_acpi.c67 DEVMETHOD(bus_alloc_resource, ppc_alloc_resource),
/freebsd-14.2/sys/dev/intel/
H A Dspi_acpi.c100 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
H A Dspi_pci.c126 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
/freebsd-14.2/sys/dev/acpica/
H A Dacpi_isab.c69 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
/freebsd-14.2/sys/xen/xenbus/
H A Dxenbusb_front.c177 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
/freebsd-14.2/sys/powerpc/psim/
H A Diobus.c103 DEVMETHOD(bus_alloc_resource, iobus_alloc_resource),
317 return (bus_alloc_resource(bus, type, rid, start, end, count, in iobus_alloc_resource()
/freebsd-14.2/sys/dev/puc/
H A Dpuc_pci.c179 DEVMETHOD(bus_alloc_resource, puc_bus_alloc_resource),

123456