Home
last modified time | relevance | path

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

/Linux-v5.15/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.c309 ret = acpi_install_notify_handler(adev->handle, ACPI_DEVICE_NOTIFY, in proc_thermal_add()
329 ACPI_DEVICE_NOTIFY, proc_thermal_notify); in proc_thermal_add()
340 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.c542 priv->adev->handle, ACPI_DEVICE_NOTIFY, int3400_notify, in int3400_thermal_probe()
576 priv->adev->handle, ACPI_DEVICE_NOTIFY, in int3400_thermal_remove()
/Linux-v5.15/drivers/acpi/dptf/
Ddptf_power.c191 ACPI_DEVICE_NOTIFY, in dptf_power_add()
201 ACPI_DEVICE_NOTIFY, in dptf_power_add()
216 ACPI_DEVICE_NOTIFY, in dptf_power_remove()
/Linux-v5.15/drivers/usb/typec/ucsi/
Ducsi_acpi.c164 ACPI_DEVICE_NOTIFY, in ucsi_acpi_probe()
175 ACPI_DEVICE_NOTIFY, in ucsi_acpi_probe()
193 acpi_remove_notify_handler(ACPI_HANDLE(&pdev->dev), ACPI_DEVICE_NOTIFY, in ucsi_acpi_remove()
/Linux-v5.15/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.c718 ACPI_DEVICE_NOTIFY, in gmux_probe()
780 ACPI_DEVICE_NOTIFY, in gmux_probe()
800 ACPI_DEVICE_NOTIFY, in gmux_remove()
Dwmi.c1338 acpi_remove_notify_handler(acpi_device->handle, ACPI_DEVICE_NOTIFY, in acpi_wmi_remove()
1371 ACPI_DEVICE_NOTIFY, in acpi_wmi_probe()
1400 acpi_remove_notify_handler(acpi_device->handle, ACPI_DEVICE_NOTIFY, in acpi_wmi_probe()
Dideapad-laptop.c1613 ACPI_DEVICE_NOTIFY, in ideapad_acpi_add()
1641 ACPI_DEVICE_NOTIFY, in ideapad_acpi_add()
1675 ACPI_DEVICE_NOTIFY, in ideapad_acpi_remove()
Dthinkpad_acpi.c4380 .type = ACPI_DEVICE_NOTIFY,
/Linux-v5.15/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-v5.15/drivers/acpi/
Dprocessor_driver.c232 status = acpi_install_notify_handler(device->handle, ACPI_DEVICE_NOTIFY, in __acpi_processor_start()
268 acpi_remove_notify_handler(device->handle, ACPI_DEVICE_NOTIFY, in acpi_processor_stop()
Dacpi_pad.c436 ACPI_DEVICE_NOTIFY, acpi_pad_notify, device); in acpi_pad_add()
452 ACPI_DEVICE_NOTIFY, acpi_pad_notify); in acpi_pad_remove()
Dbus.c538 ACPI_DEVICE_NOTIFY, in acpi_device_install_notify_handler()
556 acpi_remove_notify_handler(device->handle, ACPI_DEVICE_NOTIFY, in acpi_device_remove_notify_handler()
603 if (ACPI_FAILURE(acpi_install_notify_handler(sb_handle, ACPI_DEVICE_NOTIFY, in acpi_setup_sb_notify_handler()
Dacpi_video.c1929 status = acpi_install_notify_handler(adev->handle, ACPI_DEVICE_NOTIFY, in acpi_video_dev_add_notify_handler()
1994 acpi_remove_notify_handler(dev->dev->handle, ACPI_DEVICE_NOTIFY, in acpi_video_dev_remove_notify_handler()
/Linux-v5.15/drivers/platform/x86/intel/
Dhid.c643 ACPI_DEVICE_NOTIFY, in intel_hid_probe()
676 acpi_remove_notify_handler(handle, ACPI_DEVICE_NOTIFY, notify_handler); in intel_hid_probe()
686 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-v5.15/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-v5.15/drivers/pci/hotplug/
Dacpiphp_ibm.c448 ACPI_DEVICE_NOTIFY, ibm_handle_events, in ibm_acpiphp_init()
480 ACPI_DEVICE_NOTIFY, in ibm_acpiphp_exit()
/Linux-v5.15/include/acpi/
Dactypes.h792 #define ACPI_DEVICE_NOTIFY 0x2 macro
793 #define ACPI_ALL_NOTIFY (ACPI_SYSTEM_NOTIFY | ACPI_DEVICE_NOTIFY)
/Linux-v5.15/drivers/acpi/nfit/
Dcore.c1892 ACPI_DEVICE_NOTIFY, acpi_nvdimm_notify, adev_dimm))) { in acpi_nfit_add_dimm()
2023 ACPI_DEVICE_NOTIFY, acpi_nvdimm_notify); in shutdown_dimm_notify()