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