Searched refs:ACPI_ALL_NOTIFY (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/drivers/platform/chrome/ |
A D | cros_usbpd_notify.c | 125 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()
|
A D | cros_ec_lpc.c | 449 ACPI_ALL_NOTIFY, in cros_ec_lpc_probe() 467 acpi_remove_notify_handler(adev->handle, ACPI_ALL_NOTIFY, in cros_ec_lpc_remove()
|
/linux-6.3-rc2/drivers/platform/x86/amd/pmf/ |
A D | acpi.c | 254 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-6.3-rc2/drivers/platform/x86/ |
A D | wmi.c | 1376 acpi_remove_notify_handler(acpi_device->handle, ACPI_ALL_NOTIFY, in acpi_wmi_remove() 1409 ACPI_ALL_NOTIFY, in acpi_wmi_probe() 1438 acpi_remove_notify_handler(acpi_device->handle, ACPI_ALL_NOTIFY, in acpi_wmi_probe()
|
/linux-6.3-rc2/drivers/acpi/acpica/ |
A D | evxface.c | 183 if (handler_type == ACPI_ALL_NOTIFY) { in acpi_install_notify_handler()
|
/linux-6.3-rc2/include/acpi/ |
A D | actypes.h | 803 #define ACPI_ALL_NOTIFY (ACPI_SYSTEM_NOTIFY | ACPI_DEVICE_NOTIFY) macro
|
Completed in 27 milliseconds