Symbol: ACPI_ALL_NOTIFY
drivers/acpi/ac.c
231
result = devm_acpi_install_notify_handler(dev, ACPI_ALL_NOTIFY,
drivers/acpi/acpica/evxface.c
183
if (handler_type == ACPI_ALL_NOTIFY) {
drivers/acpi/battery.c
1275
result = devm_acpi_install_notify_handler(dev, 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
579
acpi_remove_notify_handler(adev->handle, ACPI_ALL_NOTIFY,
drivers/acpi/button.c
611
status = acpi_install_notify_handler(adev->handle, ACPI_ALL_NOTIFY,
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
138
ACPI_ALL_NOTIFY,
drivers/platform/chrome/cros_usbpd_notify.c
155
acpi_remove_notify_handler(adev->handle, ACPI_ALL_NOTIFY,
drivers/platform/wmi/core.c
1487
acpi_remove_notify_handler(acpi_device->handle, ACPI_ALL_NOTIFY, acpi_wmi_notify_handler);
drivers/platform/wmi/core.c
1521
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/eeepc-laptop.c
1432
result = acpi_dev_install_notify_handler(device, ACPI_ALL_NOTIFY,
drivers/platform/x86/eeepc-laptop.c
1462
ACPI_ALL_NOTIFY, eeepc_acpi_notify);
drivers/platform/x86/samsung-galaxybook.c
1316
acpi_remove_notify_handler(galaxybook->acpi->handle, ACPI_ALL_NOTIFY,
drivers/platform/x86/samsung-galaxybook.c
1342
status = acpi_install_notify_handler(galaxybook->acpi->handle, ACPI_ALL_NOTIFY,