Searched refs:acpi_dev_remove_notify_handler (Results 1 – 18 of 18) sorted by relevance
| /linux/drivers/platform/x86/ |
| H A D | topstar-laptop.c | 330 acpi_dev_remove_notify_handler(device, ACPI_DEVICE_NOTIFY, topstar_acpi_notify); in topstar_acpi_probe() 349 acpi_dev_remove_notify_handler(ACPI_COMPANION(&pdev->dev), in topstar_acpi_remove()
|
| H A D | acer-wireless.c | 72 acpi_dev_remove_notify_handler(ACPI_COMPANION(&pdev->dev), in acer_wireless_remove()
|
| H A D | wireless-hotkey.c | 124 acpi_dev_remove_notify_handler(ACPI_COMPANION(&pdev->dev), in wl_remove()
|
| H A D | xo15-ebook.c | 144 acpi_dev_remove_notify_handler(device, ACPI_DEVICE_NOTIFY, in ebook_switch_remove()
|
| H A D | toshiba_haps.c | 146 acpi_dev_remove_notify_handler(device, ACPI_DEVICE_NOTIFY, in toshiba_haps_remove()
|
| H A D | asus-wireless.c | 192 acpi_dev_remove_notify_handler(data->adev, ACPI_DEVICE_NOTIFY, in asus_wireless_remove()
|
| H A D | toshiba_bluetooth.c | 301 acpi_dev_remove_notify_handler(device, ACPI_DEVICE_NOTIFY, in toshiba_bt_rfkill_remove()
|
| H A D | system76_acpi.c | 799 acpi_dev_remove_notify_handler(acpi_dev, ACPI_DEVICE_NOTIFY, system76_notify); in system76_probe() 814 acpi_dev_remove_notify_handler(ACPI_COMPANION(&pdev->dev), in system76_remove()
|
| H A D | panasonic-laptop.c | 1104 acpi_dev_remove_notify_handler(device, ACPI_DEVICE_NOTIFY, in acpi_pcc_hotkey_probe() 1132 acpi_dev_remove_notify_handler(device, ACPI_DEVICE_NOTIFY, in acpi_pcc_hotkey_remove()
|
| H A D | fujitsu-laptop.c | 572 acpi_dev_remove_notify_handler(ACPI_COMPANION(&pdev->dev), in acpi_fujitsu_bl_remove() 1092 acpi_dev_remove_notify_handler(ACPI_COMPANION(&pdev->dev), ACPI_DEVICE_NOTIFY, in acpi_fujitsu_laptop_remove()
|
| H A D | eeepc-laptop.c | 1456 acpi_dev_remove_notify_handler(ACPI_COMPANION(&pdev->dev), in eeepc_acpi_remove()
|
| H A D | asus-laptop.c | 1915 acpi_dev_remove_notify_handler(asus->device, ACPI_DEVICE_NOTIFY, in asus_acpi_remove()
|
| H A D | toshiba_acpi.c | 3266 acpi_dev_remove_notify_handler(ACPI_COMPANION(&pdev->dev), in toshiba_acpi_remove()
|
| H A D | sony-laptop.c | 3277 acpi_dev_remove_notify_handler(ACPI_COMPANION(&pdev->dev), in sony_nc_remove()
|
| /linux/drivers/platform/surface/ |
| H A D | surfacepro3_button.c | 255 acpi_dev_remove_notify_handler(ACPI_COMPANION(&pdev->dev), in surface_button_remove()
|
| /linux/drivers/acpi/ |
| H A D | bus.c | 646 void acpi_dev_remove_notify_handler(struct acpi_device *adev, in acpi_dev_remove_notify_handler() function 653 EXPORT_SYMBOL_GPL(acpi_dev_remove_notify_handler); 665 acpi_dev_remove_notify_handler(dr->adev, dr->handler_type, dr->handler); in devm_acpi_notify_handler_release()
|
| /linux/drivers/platform/x86/dell/ |
| H A D | dell-rbtn.c | 463 acpi_dev_remove_notify_handler(device, ACPI_DEVICE_NOTIFY, rbtn_notify); in rbtn_remove()
|
| /linux/include/acpi/ |
| H A D | acpi_bus.h | 600 void acpi_dev_remove_notify_handler(struct acpi_device *adev,
|