Symbol: ACPI_ALL_NOTIFY
drivers/acpi/ac.c
245
result = acpi_dev_install_notify_handler(adev, ACPI_ALL_NOTIFY,
drivers/acpi/ac.c
283
acpi_dev_remove_notify_handler(ac->device, ACPI_ALL_NOTIFY,
drivers/acpi/acpica/evxface.c
183
if (handler_type == ACPI_ALL_NOTIFY) {
drivers/acpi/battery.c
1256
result = acpi_dev_install_notify_handler(device, ACPI_ALL_NOTIFY,
drivers/acpi/battery.c
1276
acpi_dev_remove_notify_handler(battery->device, ACPI_ALL_NOTIFY,
drivers/acpi/bus.c
635
ACPI_ALL_NOTIFY : ACPI_DEVICE_NOTIFY;
drivers/acpi/bus.c
650
ACPI_ALL_NOTIFY : ACPI_DEVICE_NOTIFY;
drivers/acpi/button.c
643
ACPI_ALL_NOTIFY, handler,
drivers/platform/chrome/cros_ec_lpc.c
675
ACPI_ALL_NOTIFY,
drivers/platform/chrome/cros_ec_lpc.c
693
acpi_remove_notify_handler(adev->handle, ACPI_ALL_NOTIFY,
drivers/platform/chrome/cros_usbpd_notify.c
139
ACPI_ALL_NOTIFY,
drivers/platform/chrome/cros_usbpd_notify.c
156
acpi_remove_notify_handler(adev->handle, ACPI_ALL_NOTIFY,
drivers/platform/wmi/core.c
1456
acpi_remove_notify_handler(acpi_device->handle, ACPI_ALL_NOTIFY, acpi_wmi_notify_handler);
drivers/platform/wmi/core.c
1490
status = acpi_install_notify_handler(acpi_device->handle, ACPI_ALL_NOTIFY,
drivers/platform/x86/amd/pmf/acpi.c
521
status = acpi_install_notify_handler(ahandle, ACPI_ALL_NOTIFY,
drivers/platform/x86/amd/pmf/acpi.c
541
status = acpi_install_notify_handler(ahandle, ACPI_ALL_NOTIFY,
drivers/platform/x86/amd/pmf/acpi.c
603
acpi_remove_notify_handler(ahandle, ACPI_ALL_NOTIFY, apmf_event_handler);
drivers/platform/x86/amd/pmf/acpi.c
614
acpi_remove_notify_handler(ahandle, ACPI_ALL_NOTIFY,
drivers/platform/x86/samsung-galaxybook.c
1294
acpi_remove_notify_handler(galaxybook->acpi->handle, ACPI_ALL_NOTIFY,
drivers/platform/x86/samsung-galaxybook.c
1320
status = acpi_install_notify_handler(galaxybook->acpi->handle, ACPI_ALL_NOTIFY,