Searched refs:bus_generic_alloc_resource (Results 1 – 13 of 13) sorted by relevance
/dflybsd-src/sys/bus/pci/ |
H A D | isa_pci.c | 68 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
|
H A D | pci_pci.c | 538 return (bus_generic_alloc_resource(dev, child, type, rid, start, end, in pcib_alloc_resource()
|
/dflybsd-src/sys/dev/acpica/ |
H A D | acpi_isab.c | 72 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
|
H A D | acpi_pcib_acpi.c | 389 return (bus_generic_alloc_resource(dev, child, type, rid, start, end, in acpi_pcib_acpi_alloc_resource()
|
H A D | acpi_cpu_pstate.c | 213 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
|
/dflybsd-src/sys/bus/pci/x86_64/ |
H A D | legacy.c | 77 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
|
H A D | pci_bus.c | 537 return (bus_generic_alloc_resource(dev, child, type, rid, start, end, in legacy_pcib_alloc_resource()
|
/dflybsd-src/sys/dev/powermng/viapm/ |
H A D | viapm.c | 886 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 D | atkbdc_isa.c | 83 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
|
/dflybsd-src/sys/bus/ppbus/ |
H A D | ppbconf.c | 557 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
|
/dflybsd-src/sys/sys/ |
H A D | bus.h | 238 bus_generic_alloc_resource(device_t bus, device_t child,
|
/dflybsd-src/sys/dev/misc/ppc/ |
H A D | ppc.c | 94 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
|
/dflybsd-src/sys/kern/ |
H A D | subr_bus.c | 3069 bus_generic_alloc_resource(device_t dev, device_t child, int type, int *rid, in bus_generic_alloc_resource() function
|