Home
last modified time | relevance | path

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

123456

/freebsd/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.c56 DEVMETHOD(bus_alloc_resource, fman_alloc_resource),
/freebsd/sys/dev/ipmi/
H A Dipmi_isa.c218 sc->ipmi_io_res[0] = bus_alloc_resource(dev, type, in ipmi_isa_attach()
228 sc->ipmi_io_res[i] = bus_alloc_resource(dev, type, in ipmi_isa_attach()
244 sc->ipmi_irq_res = bus_alloc_resource(dev, SYS_RES_IRQ, in ipmi_isa_attach()
H A Dipmi_smbus.c94 sc->ipmi_irq_res = bus_alloc_resource(dev, SYS_RES_IRQ, in ipmi_smbus_attach()
/freebsd/sys/x86/pci/
H A Dqpi.c205 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
284 DEVMETHOD(bus_alloc_resource, qpi_pcib_alloc_resource),
290 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
/freebsd/sys/dev/xen/bus/
H A Dxenpv.c121 res = bus_alloc_resource(child, SYS_RES_MEMORY, res_id, LOW_MEM_LIMIT, in xenpv_alloc_physmem()
166 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
/freebsd/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/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.c105 return (bus_alloc_resource(dev, type, rid, start, end, count, flags)); in pci_hostb_alloc_resource()
257 DEVMETHOD(bus_alloc_resource, pci_hostb_alloc_resource),
/freebsd/sys/x86/x86/
H A Dmptable_pci.c168 DEVMETHOD(bus_alloc_resource, mptable_hostb_alloc_resource),
171 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/sys/powerpc/mambo/
H A Dmambo.c62 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
/freebsd/sys/dev/quicc/
H A Dquicc_bfe_fdt.c54 DEVMETHOD(bus_alloc_resource, quicc_bus_alloc_resource),
/freebsd/sys/dev/scc/
H A Dscc_bfe_macio.c77 DEVMETHOD(bus_alloc_resource, scc_bus_alloc_resource),
H A Dscc_bfe_quicc.c82 DEVMETHOD(bus_alloc_resource, scc_bus_alloc_resource),
/freebsd/sys/dev/ppc/
H A Dppc_puc.c58 DEVMETHOD(bus_alloc_resource, ppc_alloc_resource),
H A Dppc_acpi.c67 DEVMETHOD(bus_alloc_resource, ppc_alloc_resource),
H A Dppc_pci.c56 DEVMETHOD(bus_alloc_resource, ppc_alloc_resource),
/freebsd/sys/dev/intel/
H A Dspi_acpi.c99 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
H A Dspi_pci.c125 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
/freebsd/sys/dev/acpica/
H A Dacpi_isab.c69 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
/freebsd/sys/xen/xenbus/
H A Dxenbusb_front.c177 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
/freebsd/sys/dev/puc/
H A Dpuc_pci.c178 DEVMETHOD(bus_alloc_resource, puc_bus_alloc_resource),
/freebsd/share/examples/drivers/
H A Dmake_device_driver.sh737 scp->res_ioport = bus_alloc_resource(device, SYS_RES_IOPORT,
742 scp->res_irq = bus_alloc_resource(device, SYS_RES_IRQ,
747 scp->res_drq = bus_alloc_resource(device, SYS_RES_DRQ,
752 scp->res_memory = bus_alloc_resource(device, SYS_RES_MEMORY,

123456