Home
last modified time | relevance | path

Searched refs:ACPI_DEVICE_NOTIFY (Results 1 – 12 of 12) sorted by relevance

/linux-4.1.27/drivers/thermal/int340x_thermal/
Dint3402_thermal.c63 ACPI_DEVICE_NOTIFY, in int3402_thermal_probe()
82 ACPI_DEVICE_NOTIFY, int3402_notify); in int3402_thermal_remove()
Dint3403_thermal.c99 ACPI_DEVICE_NOTIFY, int3403_notify, in int3403_sensor_add()
116 ACPI_DEVICE_NOTIFY, int3403_notify); in int3403_sensor_remove()
/linux-4.1.27/drivers/xen/
Dxen-acpi-pad.c125 ACPI_DEVICE_NOTIFY, acpi_pad_notify, device); in acpi_pad_add()
139 ACPI_DEVICE_NOTIFY, acpi_pad_notify); in acpi_pad_remove()
/linux-4.1.27/drivers/acpi/
Dprocessor_driver.c216 status = acpi_install_notify_handler(device->handle, ACPI_DEVICE_NOTIFY, in __acpi_processor_start()
249 acpi_remove_notify_handler(device->handle, ACPI_DEVICE_NOTIFY, in acpi_processor_stop()
Dacpi_pad.c447 ACPI_DEVICE_NOTIFY, acpi_pad_notify, device); in acpi_pad_add()
463 ACPI_DEVICE_NOTIFY, acpi_pad_notify); in acpi_pad_remove()
Dvideo.c1849 status = acpi_install_notify_handler(adev->handle, ACPI_DEVICE_NOTIFY, in acpi_video_dev_add_notify_handler()
1914 acpi_remove_notify_handler(dev->dev->handle, ACPI_DEVICE_NOTIFY, in acpi_video_dev_remove_notify_handler()
Dscan.c1169 ACPI_DEVICE_NOTIFY, in acpi_device_install_notify_handler()
1187 acpi_remove_notify_handler(device->handle, ACPI_DEVICE_NOTIFY, in acpi_device_remove_notify_handler()
/linux-4.1.27/drivers/platform/x86/
Dapple-gmux.c572 ACPI_DEVICE_NOTIFY, in gmux_probe()
609 ACPI_DEVICE_NOTIFY, in gmux_probe()
633 ACPI_DEVICE_NOTIFY, in gmux_remove()
Dideapad-laptop.c962 ACPI_DEVICE_NOTIFY, ideapad_acpi_notify, priv); in ideapad_acpi_add()
986 ACPI_DEVICE_NOTIFY, ideapad_acpi_notify); in ideapad_acpi_remove()
Dthinkpad_acpi.c4112 .type = ACPI_DEVICE_NOTIFY,
/linux-4.1.27/drivers/pci/hotplug/
Dacpiphp_ibm.c446 ACPI_DEVICE_NOTIFY, ibm_handle_events, in ibm_acpiphp_init()
478 ACPI_DEVICE_NOTIFY, in ibm_acpiphp_exit()
/linux-4.1.27/include/acpi/
Dactypes.h797 #define ACPI_DEVICE_NOTIFY 0x2 macro
798 #define ACPI_ALL_NOTIFY (ACPI_SYSTEM_NOTIFY | ACPI_DEVICE_NOTIFY)