Searched refs:ACPI_ALL_NOTIFY (Results 1 – 9 of 9) sorted by relevance
/linux-6.6.21/drivers/platform/chrome/ |
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()
|
D | cros_ec_lpc.c | 452 ACPI_ALL_NOTIFY, in cros_ec_lpc_probe() 470 acpi_remove_notify_handler(adev->handle, ACPI_ALL_NOTIFY, in cros_ec_lpc_remove()
|
/linux-6.6.21/drivers/acpi/ |
D | ac.c | 259 result = acpi_dev_install_notify_handler(device, ACPI_ALL_NOTIFY, in acpi_ac_add() 309 acpi_dev_remove_notify_handler(device, ACPI_ALL_NOTIFY, in acpi_ac_remove()
|
D | bus.c | 534 ACPI_ALL_NOTIFY : ACPI_DEVICE_NOTIFY; in acpi_device_install_notify_handler() 549 ACPI_ALL_NOTIFY : ACPI_DEVICE_NOTIFY; in acpi_device_remove_notify_handler()
|
D | battery.c | 1216 result = acpi_dev_install_notify_handler(device, ACPI_ALL_NOTIFY, in acpi_battery_add() 1244 acpi_dev_remove_notify_handler(device, ACPI_ALL_NOTIFY, in acpi_battery_remove()
|
/linux-6.6.21/drivers/platform/x86/amd/pmf/ |
D | acpi.c | 275 status = acpi_install_notify_handler(ahandle, ACPI_ALL_NOTIFY, in apmf_install_handler() 298 acpi_remove_notify_handler(ahandle, ACPI_ALL_NOTIFY, apmf_event_handler); in apmf_acpi_deinit()
|
/linux-6.6.21/drivers/platform/x86/ |
D | wmi.c | 1439 acpi_remove_notify_handler(acpi_device->handle, ACPI_ALL_NOTIFY, in acpi_wmi_remove() 1470 ACPI_ALL_NOTIFY, in acpi_wmi_probe() 1499 acpi_remove_notify_handler(acpi_device->handle, ACPI_ALL_NOTIFY, in acpi_wmi_probe()
|
/linux-6.6.21/drivers/acpi/acpica/ |
D | evxface.c | 183 if (handler_type == ACPI_ALL_NOTIFY) { in acpi_install_notify_handler()
|
/linux-6.6.21/include/acpi/ |
D | actypes.h | 802 #define ACPI_ALL_NOTIFY (ACPI_SYSTEM_NOTIFY | ACPI_DEVICE_NOTIFY) macro
|