Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/platform/chrome/
Dcros_usbpd_notify.c125 ACPI_ALL_NOTIFY, in cros_usbpd_notify_probe_acpi()
142 acpi_remove_notify_handler(adev->handle, ACPI_ALL_NOTIFY, in cros_usbpd_notify_remove_acpi()
Dcros_ec_lpc.c436 ACPI_ALL_NOTIFY, in cros_ec_lpc_probe()
454 acpi_remove_notify_handler(adev->handle, ACPI_ALL_NOTIFY, in cros_ec_lpc_remove()
/Linux-v6.1/drivers/platform/x86/amd/pmf/
Dacpi.c254 status = acpi_install_notify_handler(ahandle, ACPI_ALL_NOTIFY, in apmf_install_handler()
277 acpi_remove_notify_handler(ahandle, ACPI_ALL_NOTIFY, apmf_event_handler); in apmf_acpi_deinit()
/Linux-v6.1/drivers/platform/x86/
Dwmi.c1382 acpi_remove_notify_handler(acpi_device->handle, ACPI_ALL_NOTIFY, in acpi_wmi_remove()
1415 ACPI_ALL_NOTIFY, in acpi_wmi_probe()
1444 acpi_remove_notify_handler(acpi_device->handle, ACPI_ALL_NOTIFY, in acpi_wmi_probe()
/Linux-v6.1/drivers/acpi/acpica/
Devxface.c183 if (handler_type == ACPI_ALL_NOTIFY) { in acpi_install_notify_handler()
/Linux-v6.1/include/acpi/
Dactypes.h802 #define ACPI_ALL_NOTIFY (ACPI_SYSTEM_NOTIFY | ACPI_DEVICE_NOTIFY) macro