Searched refs:ACPI_ALL_NOTIFY (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/platform/chrome/ |
H A D | cros_usbpd_notify.c | 126 ACPI_ALL_NOTIFY, in cros_usbpd_notify_probe_acpi() 143 acpi_remove_notify_handler(adev->handle, ACPI_ALL_NOTIFY, in cros_usbpd_notify_remove_acpi()
|
H A D | cros_ec_lpc.c | 679 ACPI_ALL_NOTIFY, in cros_ec_lpc_probe() 697 acpi_remove_notify_handler(adev->handle, ACPI_ALL_NOTIFY, in cros_ec_lpc_remove()
|
/linux/drivers/platform/x86/amd/pmf/ |
H A D | acpi.c | 432 status = acpi_install_notify_handler(ahandle, ACPI_ALL_NOTIFY, in apmf_install_handler() 444 status = acpi_install_notify_handler(ahandle, ACPI_ALL_NOTIFY, in apmf_install_handler() 501 acpi_remove_notify_handler(ahandle, ACPI_ALL_NOTIFY, apmf_event_handler); in apmf_acpi_deinit() 504 acpi_remove_notify_handler(ahandle, ACPI_ALL_NOTIFY, apmf_event_handler_v2); in apmf_acpi_deinit()
|
/linux/drivers/acpi/ |
H A D | ac.c | 245 result = acpi_dev_install_notify_handler(adev, ACPI_ALL_NOTIFY, in acpi_ac_probe() 283 acpi_dev_remove_notify_handler(ac->device, ACPI_ALL_NOTIFY, in acpi_ac_remove()
|
H A D | bus.c | 578 ACPI_ALL_NOTIFY : ACPI_DEVICE_NOTIFY; in acpi_device_install_notify_handler() 593 ACPI_ALL_NOTIFY : ACPI_DEVICE_NOTIFY; in acpi_device_remove_notify_handler()
|
H A D | battery.c | 1254 result = acpi_dev_install_notify_handler(device, ACPI_ALL_NOTIFY, in acpi_battery_add() 1279 acpi_dev_remove_notify_handler(device, ACPI_ALL_NOTIFY, in acpi_battery_remove()
|
H A D | button.c | 638 ACPI_ALL_NOTIFY, handler, in acpi_button_add()
|
/linux/drivers/platform/x86/ |
H A D | wmi.c | 1298 acpi_remove_notify_handler(acpi_device->handle, ACPI_ALL_NOTIFY, acpi_wmi_notify_handler); in acpi_wmi_remove_notify_handler() 1332 status = acpi_install_notify_handler(acpi_device->handle, ACPI_ALL_NOTIFY, in acpi_wmi_probe()
|
H A D | samsung-galaxybook.c | 1291 acpi_remove_notify_handler(galaxybook->acpi->handle, ACPI_ALL_NOTIFY, in galaxybook_acpi_remove_notify_handler() 1317 status = acpi_install_notify_handler(galaxybook->acpi->handle, ACPI_ALL_NOTIFY, in galaxybook_acpi_init()
|
/linux/drivers/acpi/acpica/ |
H A D | evxface.c | 40 * ACPI_ALL_NOTIFY: Both System and Device 183 if (handler_type == ACPI_ALL_NOTIFY) { in acpi_install_notify_handler() 202 * ACPI_ALL_NOTIFY: Both System and Device in ACPI_EXPORT_SYMBOL()
|
/linux/include/acpi/ |
H A D | actypes.h | 802 #define ACPI_ALL_NOTIFY (ACPI_SYSTEM_NOTIFY | ACPI_DEVICE_NOTIFY) macro
|