Symbol: acpi_dev_install_notify_handler
drivers/acpi/bus.c
671
EXPORT_SYMBOL_GPL(acpi_dev_install_notify_handler);
drivers/acpi/bus.c
734
ret = acpi_dev_install_notify_handler(adev, handler_type, handler, context);
drivers/hwmon/acpi_power_meter.c
945
res = acpi_dev_install_notify_handler(device, ACPI_DEVICE_NOTIFY,
drivers/iio/light/acpi-als.c
230
return acpi_dev_install_notify_handler(device, ACPI_DEVICE_NOTIFY,
drivers/platform/chrome/chromeos_tbmc.c
102
ret = acpi_dev_install_notify_handler(adev, ACPI_DEVICE_NOTIFY,
drivers/platform/chrome/wilco_ec/event.c
502
error = acpi_dev_install_notify_handler(adev, ACPI_DEVICE_NOTIFY,
drivers/platform/surface/surfacepro3_button.c
234
error = acpi_dev_install_notify_handler(device, ACPI_DEVICE_NOTIFY,
drivers/platform/x86/acer-wireless.c
65
return acpi_dev_install_notify_handler(adev, ACPI_DEVICE_NOTIFY,
drivers/platform/x86/asus-laptop.c
1890
result = acpi_dev_install_notify_handler(device, ACPI_DEVICE_NOTIFY,
drivers/platform/x86/asus-wireless.c
176
err = acpi_dev_install_notify_handler(adev, ACPI_DEVICE_NOTIFY,
drivers/platform/x86/classmate-laptop.c
1134
error = acpi_dev_install_notify_handler(acpi, ACPI_DEVICE_NOTIFY,
drivers/platform/x86/classmate-laptop.c
433
error = acpi_dev_install_notify_handler(acpi, ACPI_DEVICE_NOTIFY,
drivers/platform/x86/classmate-laptop.c
685
error = acpi_dev_install_notify_handler(acpi, ACPI_DEVICE_NOTIFY,
drivers/platform/x86/classmate-laptop.c
790
error = acpi_dev_install_notify_handler(acpi, ACPI_DEVICE_NOTIFY,
drivers/platform/x86/dell/dell-rbtn.c
445
ret = acpi_dev_install_notify_handler(device, ACPI_DEVICE_NOTIFY,
drivers/platform/x86/eeepc-laptop.c
1432
result = acpi_dev_install_notify_handler(device, ACPI_ALL_NOTIFY,
drivers/platform/x86/fujitsu-laptop.c
1073
ret = acpi_dev_install_notify_handler(device, ACPI_DEVICE_NOTIFY,
drivers/platform/x86/fujitsu-laptop.c
569
return acpi_dev_install_notify_handler(device, ACPI_DEVICE_NOTIFY,
drivers/platform/x86/panasonic-laptop.c
1070
result = acpi_dev_install_notify_handler(device, ACPI_DEVICE_NOTIFY,
drivers/platform/x86/sony-laptop.c
3248
result = acpi_dev_install_notify_handler(device, ACPI_DEVICE_NOTIFY,
drivers/platform/x86/system76_acpi.c
769
err = acpi_dev_install_notify_handler(acpi_dev, ACPI_DEVICE_NOTIFY,
drivers/platform/x86/topstar-laptop.c
318
err = acpi_dev_install_notify_handler(device, ACPI_DEVICE_NOTIFY,
drivers/platform/x86/toshiba_acpi.c
3555
ret = acpi_dev_install_notify_handler(acpi_dev, ACPI_DEVICE_NOTIFY,
drivers/platform/x86/toshiba_bluetooth.c
279
result = acpi_dev_install_notify_handler(device, ACPI_DEVICE_NOTIFY,
drivers/platform/x86/toshiba_haps.c
220
ret = acpi_dev_install_notify_handler(acpi_dev, ACPI_DEVICE_NOTIFY,
drivers/platform/x86/wireless-hotkey.c
112
err = acpi_dev_install_notify_handler(adev, ACPI_DEVICE_NOTIFY,
drivers/platform/x86/xo15-ebook.c
124
error = acpi_dev_install_notify_handler(device, ACPI_DEVICE_NOTIFY,
include/acpi/acpi_bus.h
630
int acpi_dev_install_notify_handler(struct acpi_device *adev,