Searched refs:ACPI_ALL_NOTIFY (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/platform/chrome/ |
| 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()
|
| A D | cros_ec_lpc.c | 604 ACPI_ALL_NOTIFY, in cros_ec_lpc_probe() 622 acpi_remove_notify_handler(adev->handle, ACPI_ALL_NOTIFY, in cros_ec_lpc_remove()
|
| /linux/drivers/acpi/ |
| 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()
|
| 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()
|
| A D | battery.c | 1245 result = acpi_dev_install_notify_handler(device, ACPI_ALL_NOTIFY, in acpi_battery_add() 1273 acpi_dev_remove_notify_handler(device, ACPI_ALL_NOTIFY, in acpi_battery_remove()
|
| /linux/drivers/platform/x86/amd/pmf/ |
| A D | acpi.c | 422 status = acpi_install_notify_handler(ahandle, ACPI_ALL_NOTIFY, in apmf_install_handler() 490 acpi_remove_notify_handler(ahandle, ACPI_ALL_NOTIFY, apmf_event_handler); in apmf_acpi_deinit()
|
| /linux/drivers/platform/x86/ |
| A D | wmi.c | 1222 acpi_remove_notify_handler(acpi_device->handle, ACPI_ALL_NOTIFY, acpi_wmi_notify_handler); in acpi_wmi_remove_notify_handler() 1256 status = acpi_install_notify_handler(acpi_device->handle, ACPI_ALL_NOTIFY, in acpi_wmi_probe()
|
| /linux/drivers/acpi/acpica/ |
| A D | evxface.c | 183 if (handler_type == ACPI_ALL_NOTIFY) { in acpi_install_notify_handler()
|
| /linux/include/acpi/ |
| A D | actypes.h | 802 #define ACPI_ALL_NOTIFY (ACPI_SYSTEM_NOTIFY | ACPI_DEVICE_NOTIFY) macro
|
Completed in 25 milliseconds