Searched refs:hotplug_ctrl (Results 1 – 5 of 5) sorted by relevance
103 HotplugHandler *hotplug_ctrl = qdev_get_machine_hotplug_handler(dev); in qdev_get_hotplug_handler() local105 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()
122 HotplugHandler *hotplug_ctrl = NULL; in acpi_memory_hotplug_write() local176 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()
135 HotplugHandler *hotplug_ctrl = NULL; in cpu_hotplug_wr() local144 hotplug_ctrl = qdev_get_hotplug_handler(dev); in cpu_hotplug_wr()145 hotplug_handler_unplug(hotplug_ctrl, dev, NULL); in cpu_hotplug_wr()
182 HotplugHandler *hotplug_ctrl; in acpi_pcihp_eject_slot() local219 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()
274 HotplugHandler *hotplug_ctrl; in shpc_free_devices_in_slot() local282 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()