Searched refs:acpi_dev_install_notify_handler (Results 1 – 18 of 18) sorted by relevance
| /linux/drivers/platform/x86/ |
| H A D | acer-wireless.c | 65 return acpi_dev_install_notify_handler(adev, ACPI_DEVICE_NOTIFY, in acer_wireless_probe()
|
| H A D | wireless-hotkey.c | 112 err = acpi_dev_install_notify_handler(adev, ACPI_DEVICE_NOTIFY, in wl_probe()
|
| H A D | xo15-ebook.c | 118 error = acpi_dev_install_notify_handler(device, ACPI_DEVICE_NOTIFY, in ebook_switch_probe()
|
| H A D | toshiba_haps.c | 218 ret = acpi_dev_install_notify_handler(acpi_dev, ACPI_DEVICE_NOTIFY, in toshiba_haps_probe()
|
| H A D | asus-wireless.c | 175 err = acpi_dev_install_notify_handler(adev, ACPI_DEVICE_NOTIFY, in asus_wireless_probe()
|
| H A D | toshiba_bluetooth.c | 277 result = acpi_dev_install_notify_handler(device, ACPI_DEVICE_NOTIFY, in toshiba_bt_rfkill_probe()
|
| H A D | topstar-laptop.c | 316 err = acpi_dev_install_notify_handler(device, ACPI_DEVICE_NOTIFY, in topstar_acpi_probe()
|
| H A D | fujitsu-laptop.c | 566 return acpi_dev_install_notify_handler(device, ACPI_DEVICE_NOTIFY, in acpi_fujitsu_bl_probe() 1067 ret = acpi_dev_install_notify_handler(device, ACPI_DEVICE_NOTIFY, in acpi_fujitsu_laptop_probe()
|
| H A D | system76_acpi.c | 769 err = acpi_dev_install_notify_handler(acpi_dev, ACPI_DEVICE_NOTIFY, in system76_probe()
|
| H A D | panasonic-laptop.c | 1075 result = acpi_dev_install_notify_handler(device, ACPI_DEVICE_NOTIFY, in acpi_pcc_hotkey_probe()
|
| H A D | eeepc-laptop.c | 1427 result = acpi_dev_install_notify_handler(device, ACPI_ALL_NOTIFY, in eeepc_acpi_probe()
|
| H A D | asus-laptop.c | 1885 result = acpi_dev_install_notify_handler(device, ACPI_DEVICE_NOTIFY, in asus_acpi_probe()
|
| H A D | toshiba_acpi.c | 3553 ret = acpi_dev_install_notify_handler(acpi_dev, ACPI_DEVICE_NOTIFY, in toshiba_acpi_probe()
|
| H A D | sony-laptop.c | 3246 result = acpi_dev_install_notify_handler(device, ACPI_DEVICE_NOTIFY, in sony_nc_probe()
|
| /linux/drivers/platform/surface/ |
| H A D | surfacepro3_button.c | 232 error = acpi_dev_install_notify_handler(device, ACPI_DEVICE_NOTIFY, in surface_button_probe()
|
| /linux/drivers/acpi/ |
| H A D | bus.c | 631 int acpi_dev_install_notify_handler(struct acpi_device *adev, in acpi_dev_install_notify_handler() function 644 EXPORT_SYMBOL_GPL(acpi_dev_install_notify_handler); 707 ret = acpi_dev_install_notify_handler(adev, handler_type, handler, context); in devm_acpi_install_notify_handler()
|
| /linux/drivers/platform/x86/dell/ |
| H A D | dell-rbtn.c | 445 ret = acpi_dev_install_notify_handler(device, ACPI_DEVICE_NOTIFY, in rbtn_probe()
|
| /linux/include/acpi/ |
| H A D | acpi_bus.h | 597 int acpi_dev_install_notify_handler(struct acpi_device *adev,
|