Lines Matching full:hotplug
2 * QEMU<->ACPI BIOS PCI hotplug interface
4 * QEMU supports PCI hotplug via ACPI. This module
79 /* Assign BSEL property only to buses that support hotplug. */
117 /* Scan all PCI buses. Set property to enable acpi based hotplug. */ in acpi_set_pci_info()
169 * ACPI doesn't allow hotplug of bridge devices. Don't allow in acpi_pcihp_pc_no_hotplug()
170 * hot-unplug of bridge devices unless they were added by hotplug in acpi_pcihp_pc_no_hotplug()
274 /* Only hotplugged devices need the hotplug capability. */ in acpi_pcihp_device_pre_plug_cb()
293 * it is present on boot, no hotplug event is necessary. We do send an in acpi_pcihp_device_plug_cb()
297 * Overwrite the default hotplug handler with the ACPI PCI one in acpi_pcihp_device_plug_cb()
305 /* We don't have to overwrite any other hotplug handler yet */ in acpi_pcihp_device_plug_cb()
378 if (object_dynamic_cast(o, TYPE_PCIE_SLOT) && !PCIE_SLOT(o)->hotplug) { in acpi_pcihp_is_hotpluggable_bus()
505 "acpi-pci-hotplug", s->io_len); in acpi_pcihp_init()
695 aml_name_decl("_UID", aml_string("PCI Hotplug resources"))); in build_append_pcihp_resources()
732 * ps: hostbridge might not have hotplug (bsel) enabled but might have in build_append_notification_callback()
737 /* If bus supports hotplug select it and notify about local events */ in build_append_notification_callback()
841 * hotplug is supported only for non-multifunction device in is_devfn_ignored_hotplug()