Home
last modified time | relevance | path

Searched refs:is_hotpluggable_bus (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/hw/
H A Dhotplug.h62 bool (*is_hotpluggable_bus)(HotplugHandler *plug_handler, BusState *bus); member
H A Dqdev-core.h1015 if (hdc->is_hotpluggable_bus) { in qbus_is_hotpluggable()
1016 ret = hdc->is_hotpluggable_bus(plug_handler, bus); in qbus_is_hotpluggable()
/openbmc/qemu/hw/pci/
H A Dpcie_port.c236 hc->is_hotpluggable_bus = pcie_slot_is_hotpluggbale_bus; in pcie_slot_class_init()
/openbmc/qemu/hw/acpi/
H A Dpiix4.c650 hc->is_hotpluggable_bus = piix4_is_hotpluggable_bus; in piix4_pm_class_init()
/openbmc/qemu/hw/isa/
H A Dlpc_ich9.c894 hc->is_hotpluggable_bus = ich9_pm_is_hotpluggable_bus; in ich9_lpc_class_init()