Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/thermal/intel/int340x_thermal/
Dint3402_thermal.c60 ACPI_DEVICE_NOTIFY, in int3402_thermal_probe()
79 ACPI_DEVICE_NOTIFY, int3402_notify); in int3402_thermal_remove()
Dprocessor_thermal_device.c316 ret = acpi_install_notify_handler(adev->handle, ACPI_DEVICE_NOTIFY, in proc_thermal_add()
336 ACPI_DEVICE_NOTIFY, proc_thermal_notify); in proc_thermal_add()
347 ACPI_DEVICE_NOTIFY, proc_thermal_notify); in proc_thermal_remove()
Dint3403_thermal.c98 ACPI_DEVICE_NOTIFY, int3403_notify, in int3403_sensor_add()
115 ACPI_DEVICE_NOTIFY, int3403_notify); in int3403_sensor_remove()
Dint3406_thermal.c165 ret = acpi_install_notify_handler(adev->handle, ACPI_DEVICE_NOTIFY, in int3406_thermal_probe()
Dint3400_thermal.c608 priv->adev->handle, ACPI_DEVICE_NOTIFY, int3400_notify, in int3400_thermal_probe()
642 priv->adev->handle, ACPI_DEVICE_NOTIFY, in int3400_thermal_remove()
/Linux-v6.1/drivers/acpi/dptf/
Ddptf_power.c192 ACPI_DEVICE_NOTIFY, in dptf_power_add()
202 ACPI_DEVICE_NOTIFY, in dptf_power_add()
217 ACPI_DEVICE_NOTIFY, in dptf_power_remove()
/Linux-v6.1/drivers/usb/typec/ucsi/
Ducsi_acpi.c153 ACPI_DEVICE_NOTIFY, in ucsi_acpi_probe()
164 ACPI_DEVICE_NOTIFY, in ucsi_acpi_probe()
182 acpi_remove_notify_handler(ACPI_HANDLE(&pdev->dev), ACPI_DEVICE_NOTIFY, in ucsi_acpi_remove()
/Linux-v6.1/drivers/platform/x86/
Dadv_swbutton.c82 ACPI_DEVICE_NOTIFY, in adv_swbutton_probe()
97 acpi_remove_notify_handler(handle, ACPI_DEVICE_NOTIFY, in adv_swbutton_remove()
Dapple-gmux.c713 ACPI_DEVICE_NOTIFY, in gmux_probe()
775 ACPI_DEVICE_NOTIFY, in gmux_probe()
795 ACPI_DEVICE_NOTIFY, in gmux_remove()
Dideapad-laptop.c1699 ACPI_DEVICE_NOTIFY, in ideapad_acpi_add()
1727 ACPI_DEVICE_NOTIFY, in ideapad_acpi_add()
1761 ACPI_DEVICE_NOTIFY, in ideapad_acpi_remove()
Dthinkpad_acpi.c4241 .type = ACPI_DEVICE_NOTIFY,
/Linux-v6.1/drivers/xen/
Dxen-acpi-pad.c118 ACPI_DEVICE_NOTIFY, acpi_pad_notify, device); in acpi_pad_add()
132 ACPI_DEVICE_NOTIFY, acpi_pad_notify); in acpi_pad_remove()
/Linux-v6.1/drivers/acpi/
Dprocessor_driver.c180 status = acpi_install_notify_handler(device->handle, ACPI_DEVICE_NOTIFY, in __acpi_processor_start()
216 acpi_remove_notify_handler(device->handle, ACPI_DEVICE_NOTIFY, in acpi_processor_stop()
Dacpi_pad.c443 ACPI_DEVICE_NOTIFY, acpi_pad_notify, device); in acpi_pad_add()
459 ACPI_DEVICE_NOTIFY, acpi_pad_notify); in acpi_pad_remove()
Dbus.c578 ACPI_DEVICE_NOTIFY, in acpi_device_install_notify_handler()
596 acpi_remove_notify_handler(device->handle, ACPI_DEVICE_NOTIFY, in acpi_device_remove_notify_handler()
643 if (ACPI_FAILURE(acpi_install_notify_handler(sb_handle, ACPI_DEVICE_NOTIFY, in acpi_setup_sb_notify_handler()
Dacpi_video.c1887 status = acpi_install_notify_handler(adev->handle, ACPI_DEVICE_NOTIFY, in acpi_video_dev_add_notify_handler()
1952 acpi_remove_notify_handler(dev->dev->handle, ACPI_DEVICE_NOTIFY, in acpi_video_dev_remove_notify_handler()
/Linux-v6.1/drivers/platform/x86/intel/
Dhid.c659 ACPI_DEVICE_NOTIFY, in intel_hid_probe()
692 acpi_remove_notify_handler(handle, ACPI_DEVICE_NOTIFY, notify_handler); in intel_hid_probe()
702 acpi_remove_notify_handler(handle, ACPI_DEVICE_NOTIFY, notify_handler); in intel_hid_remove()
Dvbtn.c306 ACPI_DEVICE_NOTIFY, in intel_vbtn_probe()
333 acpi_remove_notify_handler(handle, ACPI_DEVICE_NOTIFY, notify_handler); in intel_vbtn_remove()
/Linux-v6.1/drivers/platform/x86/intel/int1092/
Dintel_sar.c281 if (acpi_install_notify_handler(ACPI_HANDLE(&device->dev), ACPI_DEVICE_NOTIFY, in sar_probe()
302 ACPI_DEVICE_NOTIFY, sar_notify); in sar_remove()
/Linux-v6.1/drivers/pci/hotplug/
Dacpiphp_ibm.c449 ACPI_DEVICE_NOTIFY, ibm_handle_events, in ibm_acpiphp_init()
481 ACPI_DEVICE_NOTIFY, in ibm_acpiphp_exit()
/Linux-v6.1/include/acpi/
Dactypes.h801 #define ACPI_DEVICE_NOTIFY 0x2 macro
802 #define ACPI_ALL_NOTIFY (ACPI_SYSTEM_NOTIFY | ACPI_DEVICE_NOTIFY)
/Linux-v6.1/drivers/platform/loongarch/
Dloongson-laptop.c546 .type = ACPI_DEVICE_NOTIFY,
/Linux-v6.1/drivers/acpi/nfit/
Dcore.c1817 ACPI_DEVICE_NOTIFY, acpi_nvdimm_notify, adev_dimm))) { in acpi_nfit_add_dimm()
1948 ACPI_DEVICE_NOTIFY, acpi_nvdimm_notify); in shutdown_dimm_notify()