Home
last modified time | relevance | path

Searched refs:acpi_scan_add_handler_with_hotplug (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/drivers/acpi/
Dcontainer.c113 acpi_scan_add_handler_with_hotplug(&container_handler, "container"); in acpi_container_init()
Dinternal.h65 int acpi_scan_add_handler_with_hotplug(struct acpi_scan_handler *handler,
Dacpi_memhotplug.c351 acpi_scan_add_handler_with_hotplug(&memory_device_handler, "memory"); in acpi_memory_hotplug_init()
Dacpi_processor.c687 acpi_scan_add_handler_with_hotplug(&processor_handler, "processor"); in acpi_processor_init()
Dpci_root.c1130 acpi_scan_add_handler_with_hotplug(&pci_root_handler, "pci_root"); in acpi_pci_root_init()
Dscan.c98 int acpi_scan_add_handler_with_hotplug(struct acpi_scan_handler *handler, in acpi_scan_add_handler_with_hotplug() function