Home
last modified time | relevance | path

Searched refs:ACPI_ALL_NOTIFY (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/acpi/
H A Dbus.c635 ACPI_ALL_NOTIFY : ACPI_DEVICE_NOTIFY; in acpi_device_install_notify_handler()
650 ACPI_ALL_NOTIFY : ACPI_DEVICE_NOTIFY; in acpi_device_remove_notify_handler()
/linux/drivers/platform/x86/
H A Dsamsung-galaxybook.c1294 acpi_remove_notify_handler(galaxybook->acpi->handle, ACPI_ALL_NOTIFY, in galaxybook_acpi_remove_notify_handler()
1320 status = acpi_install_notify_handler(galaxybook->acpi->handle, ACPI_ALL_NOTIFY, in galaxybook_acpi_init()
/linux/drivers/acpi/acpica/
H A Devxface.c183 if (handler_type == ACPI_ALL_NOTIFY) { in acpi_install_notify_handler()
/linux/include/acpi/
H A Dactypes.h802 #define ACPI_ALL_NOTIFY (ACPI_SYSTEM_NOTIFY | ACPI_DEVICE_NOTIFY) macro