Home
last modified time | relevance | path

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

/linux/drivers/platform/chrome/
H A Dcros_usbpd_notify.c126 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 Dcros_ec_lpc.c679 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 Dacpi.c432 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 Dac.c245 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 Dbus.c578 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 Dbattery.c1254 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 Dbutton.c638 ACPI_ALL_NOTIFY, handler, in acpi_button_add()
/linux/drivers/platform/x86/
H A Dwmi.c1298 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 Dsamsung-galaxybook.c1291 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 Devxface.c40 * 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 Dactypes.h802 #define ACPI_ALL_NOTIFY (ACPI_SYSTEM_NOTIFY | ACPI_DEVICE_NOTIFY) macro