Searched refs:bus_activate_resource (Results 1 – 25 of 29) sorted by relevance
12
| /dragonfly/sys/bus/pci/x86_64/ |
| HD | mptable_pci.c | 167 DEVMETHOD(bus_activate_resource, bus_generic_activate_resource), 229 DEVMETHOD(bus_activate_resource, bus_generic_activate_resource),
|
| HD | legacy.c | 79 DEVMETHOD(bus_activate_resource, bus_generic_activate_resource), 270 DEVMETHOD(bus_activate_resource, bus_generic_activate_resource),
|
| HD | pci_bus.c | 556 DEVMETHOD(bus_activate_resource, bus_generic_activate_resource), 656 DEVMETHOD(bus_activate_resource, bus_generic_activate_resource),
|
| /dragonfly/sys/bus/pci/ |
| HD | isa_pci.c | 70 DEVMETHOD(bus_activate_resource, bus_generic_activate_resource),
|
| HD | hostb_pci.c | 224 DEVMETHOD(bus_activate_resource, bus_generic_activate_resource),
|
| HD | vga_pci.c | 493 DEVMETHOD(bus_activate_resource, bus_generic_activate_resource),
|
| HD | pci_pci.c | 69 DEVMETHOD(bus_activate_resource, bus_generic_activate_resource),
|
| /dragonfly/sys/dev/acpica/ |
| HD | acpi_isab.c | 74 DEVMETHOD(bus_activate_resource, bus_generic_activate_resource),
|
| HD | acpi_cpu.c | 83 DEVMETHOD(bus_activate_resource, bus_generic_activate_resource),
|
| HD | acpi_pcib_acpi.c | 103 DEVMETHOD(bus_activate_resource, bus_generic_activate_resource),
|
| HD | acpi_cpu_cstate.c | 189 DEVMETHOD(bus_activate_resource, bus_generic_activate_resource),
|
| HD | acpi_cpu_pstate.c | 216 DEVMETHOD(bus_activate_resource, bus_generic_activate_resource),
|
| /dragonfly/sys/dev/pccard/pccbb/ |
| HD | pccbb_isa.c | 187 DEVMETHOD(bus_activate_resource, cbb_activate_resource),
|
| HD | pccbb_pci.c | 631 DEVMETHOD(bus_activate_resource, cbb_activate_resource),
|
| HD | pccbb.c | 1203 if (bus_activate_resource(child, type, *rid, res) != 0) { in cbb_cardbus_alloc_resource() 1357 if (bus_activate_resource(child, type, *rid, res) != 0) { in cbb_pcic_alloc_resource()
|
| /dragonfly/sys/platform/pc64/x86_64/ |
| HD | nexus.c | 143 DEVMETHOD(bus_activate_resource, nexus_activate_resource), 411 if (bus_activate_resource(child, type, *rid, rv)) { in nexus_alloc_resource()
|
| /dragonfly/sys/dev/powermng/wbsio/ |
| HD | wbsio.c | 54 DEVMETHOD(bus_activate_resource, bus_generic_activate_resource),
|
| /dragonfly/sys/dev/powermng/viapm/ |
| HD | viapm.c | 888 DEVMETHOD(bus_activate_resource, bus_generic_activate_resource), 924 DEVMETHOD(bus_activate_resource, bus_generic_activate_resource),
|
| /dragonfly/sys/dev/misc/atkbdc_layer/ |
| HD | atkbdc_isa.c | 85 DEVMETHOD(bus_activate_resource, bus_generic_activate_resource),
|
| /dragonfly/sys/dev/sound/pci/ |
| HD | fm801.c | 749 DEVMETHOD(bus_activate_resource, bus_generic_activate_resource),
|
| /dragonfly/sys/bus/isa/ |
| HD | isa_common.c | 1014 DEVMETHOD(bus_activate_resource, bus_generic_activate_resource),
|
| /dragonfly/sys/dev/pccard/exca/ |
| HD | exca.c | 865 if (bus_activate_resource(child, type, *rid, res) != 0) {
|
| /dragonfly/sys/dev/disk/nata/ |
| HD | ata-pci.c | 741 DEVMETHOD(bus_activate_resource, bus_generic_activate_resource),
|
| /dragonfly/sys/sys/ |
| HD | bus.h | 318 int bus_activate_resource(device_t dev, int type, int rid,
|
| /dragonfly/sys/bus/pccard/ |
| HD | pccard.c | 1331 DEVMETHOD(bus_activate_resource, pccard_activate_resource),
|
12