Home
last modified time | relevance | path

Searched refs:acpi_dev_install_notify_handler (Results 1 – 18 of 18) sorted by relevance

/linux/drivers/platform/x86/
H A Dacer-wireless.c65 return acpi_dev_install_notify_handler(adev, ACPI_DEVICE_NOTIFY, in acer_wireless_probe()
H A Dwireless-hotkey.c112 err = acpi_dev_install_notify_handler(adev, ACPI_DEVICE_NOTIFY, in wl_probe()
H A Dxo15-ebook.c118 error = acpi_dev_install_notify_handler(device, ACPI_DEVICE_NOTIFY, in ebook_switch_probe()
H A Dtoshiba_haps.c218 ret = acpi_dev_install_notify_handler(acpi_dev, ACPI_DEVICE_NOTIFY, in toshiba_haps_probe()
H A Dasus-wireless.c175 err = acpi_dev_install_notify_handler(adev, ACPI_DEVICE_NOTIFY, in asus_wireless_probe()
H A Dtoshiba_bluetooth.c277 result = acpi_dev_install_notify_handler(device, ACPI_DEVICE_NOTIFY, in toshiba_bt_rfkill_probe()
H A Dtopstar-laptop.c316 err = acpi_dev_install_notify_handler(device, ACPI_DEVICE_NOTIFY, in topstar_acpi_probe()
H A Dfujitsu-laptop.c566 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 Dsystem76_acpi.c769 err = acpi_dev_install_notify_handler(acpi_dev, ACPI_DEVICE_NOTIFY, in system76_probe()
H A Dpanasonic-laptop.c1075 result = acpi_dev_install_notify_handler(device, ACPI_DEVICE_NOTIFY, in acpi_pcc_hotkey_probe()
H A Deeepc-laptop.c1427 result = acpi_dev_install_notify_handler(device, ACPI_ALL_NOTIFY, in eeepc_acpi_probe()
H A Dasus-laptop.c1885 result = acpi_dev_install_notify_handler(device, ACPI_DEVICE_NOTIFY, in asus_acpi_probe()
H A Dtoshiba_acpi.c3553 ret = acpi_dev_install_notify_handler(acpi_dev, ACPI_DEVICE_NOTIFY, in toshiba_acpi_probe()
H A Dsony-laptop.c3246 result = acpi_dev_install_notify_handler(device, ACPI_DEVICE_NOTIFY, in sony_nc_probe()
/linux/drivers/platform/surface/
H A Dsurfacepro3_button.c232 error = acpi_dev_install_notify_handler(device, ACPI_DEVICE_NOTIFY, in surface_button_probe()
/linux/drivers/acpi/
H A Dbus.c631 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 Ddell-rbtn.c445 ret = acpi_dev_install_notify_handler(device, ACPI_DEVICE_NOTIFY, in rbtn_probe()
/linux/include/acpi/
H A Dacpi_bus.h597 int acpi_dev_install_notify_handler(struct acpi_device *adev,