Home
last modified time | relevance | path

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

/openbmc/qemu/hw/core/
H A Dqdev-hotplug.c103 HotplugHandler *hotplug_ctrl = qdev_get_machine_hotplug_handler(dev); in qdev_get_hotplug_handler() local
105 if (hotplug_ctrl == NULL && dev->parent_bus) { in qdev_get_hotplug_handler()
106 hotplug_ctrl = qdev_get_bus_hotplug_handler(dev); in qdev_get_hotplug_handler()
108 return hotplug_ctrl; in qdev_get_hotplug_handler()
/openbmc/qemu/hw/acpi/
H A Dmemory_hotplug.c122 HotplugHandler *hotplug_ctrl = NULL; in acpi_memory_hotplug_write() local
176 hotplug_ctrl = qdev_get_hotplug_handler(dev); in acpi_memory_hotplug_write()
178 hotplug_handler_unplug(hotplug_ctrl, dev, &local_err); in acpi_memory_hotplug_write()
H A Dcpu.c135 HotplugHandler *hotplug_ctrl = NULL; in cpu_hotplug_wr() local
144 hotplug_ctrl = qdev_get_hotplug_handler(dev); in cpu_hotplug_wr()
145 hotplug_handler_unplug(hotplug_ctrl, dev, NULL); in cpu_hotplug_wr()
H A Dpcihp.c182 HotplugHandler *hotplug_ctrl; in acpi_pcihp_eject_slot() local
219 hotplug_ctrl = qdev_get_hotplug_handler(qdev); in acpi_pcihp_eject_slot()
220 hotplug_handler_unplug(hotplug_ctrl, qdev, &error_abort); in acpi_pcihp_eject_slot()
/openbmc/qemu/hw/pci/
H A Dshpc.c274 HotplugHandler *hotplug_ctrl; in shpc_free_devices_in_slot() local
282 hotplug_ctrl = qdev_get_hotplug_handler(DEVICE(affected_dev)); in shpc_free_devices_in_slot()
283 hotplug_handler_unplug(hotplug_ctrl, DEVICE(affected_dev), in shpc_free_devices_in_slot()