Home
last modified time | relevance | path

Searched refs:bus_generic_alloc_resource (Results 1 – 13 of 13) sorted by relevance

/dflybsd-src/sys/bus/pci/
H A Disa_pci.c68 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
H A Dpci_pci.c538 return (bus_generic_alloc_resource(dev, child, type, rid, start, end, in pcib_alloc_resource()
/dflybsd-src/sys/dev/acpica/
H A Dacpi_isab.c72 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
H A Dacpi_pcib_acpi.c389 return (bus_generic_alloc_resource(dev, child, type, rid, start, end, in acpi_pcib_acpi_alloc_resource()
H A Dacpi_cpu_pstate.c213 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
/dflybsd-src/sys/bus/pci/x86_64/
H A Dlegacy.c77 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
H A Dpci_bus.c537 return (bus_generic_alloc_resource(dev, child, type, rid, start, end, in legacy_pcib_alloc_resource()
/dflybsd-src/sys/dev/powermng/viapm/
H A Dviapm.c886 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
922 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
/dflybsd-src/sys/dev/misc/atkbdc_layer/
H A Datkbdc_isa.c83 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
/dflybsd-src/sys/bus/ppbus/
H A Dppbconf.c557 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
/dflybsd-src/sys/sys/
H A Dbus.h238 bus_generic_alloc_resource(device_t bus, device_t child,
/dflybsd-src/sys/dev/misc/ppc/
H A Dppc.c94 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
/dflybsd-src/sys/kern/
H A Dsubr_bus.c3069 bus_generic_alloc_resource(device_t dev, device_t child, int type, int *rid, in bus_generic_alloc_resource() function