Home
last modified time | relevance | path

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

/Linux-v5.10/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()
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.c533 priv->adev->handle, ACPI_DEVICE_NOTIFY, int3400_notify, in int3400_thermal_probe()
565 priv->adev->handle, ACPI_DEVICE_NOTIFY, in int3400_thermal_remove()
Dprocessor_thermal_device.c391 ret = acpi_install_notify_handler(adev->handle, ACPI_DEVICE_NOTIFY, in proc_thermal_add()
408 ACPI_DEVICE_NOTIFY, proc_thermal_notify); in proc_thermal_remove()
/Linux-v5.10/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.10/drivers/usb/typec/ucsi/
Ducsi_acpi.c163 ACPI_DEVICE_NOTIFY, in ucsi_acpi_probe()
174 ACPI_DEVICE_NOTIFY, in ucsi_acpi_probe()
192 acpi_remove_notify_handler(ACPI_HANDLE(&pdev->dev), ACPI_DEVICE_NOTIFY, in ucsi_acpi_remove()
/Linux-v5.10/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.10/drivers/platform/x86/
Dintel-hid.c489 ACPI_DEVICE_NOTIFY, in intel_hid_probe()
522 acpi_remove_notify_handler(handle, ACPI_DEVICE_NOTIFY, notify_handler); in intel_hid_probe()
532 acpi_remove_notify_handler(handle, ACPI_DEVICE_NOTIFY, notify_handler); in intel_hid_remove()
Dintel-vbtn.c261 ACPI_DEVICE_NOTIFY, in intel_vbtn_probe()
282 acpi_remove_notify_handler(handle, ACPI_DEVICE_NOTIFY, notify_handler); in intel_vbtn_remove()
Dapple-gmux.c718 ACPI_DEVICE_NOTIFY, in gmux_probe()
780 ACPI_DEVICE_NOTIFY, in gmux_probe()
800 ACPI_DEVICE_NOTIFY, in gmux_remove()
Dideapad-laptop.c1022 ACPI_DEVICE_NOTIFY, ideapad_acpi_notify, priv); in ideapad_acpi_add()
1043 ACPI_DEVICE_NOTIFY, ideapad_acpi_notify); in ideapad_acpi_add()
1067 ACPI_DEVICE_NOTIFY, ideapad_acpi_notify); in ideapad_acpi_remove()
Dwmi.c1345 acpi_remove_notify_handler(acpi_device->handle, ACPI_DEVICE_NOTIFY, in acpi_wmi_remove()
1378 ACPI_DEVICE_NOTIFY, in acpi_wmi_probe()
1407 acpi_remove_notify_handler(acpi_device->handle, ACPI_DEVICE_NOTIFY, in acpi_wmi_probe()
Dthinkpad_acpi.c4348 .type = ACPI_DEVICE_NOTIFY,
/Linux-v5.10/drivers/acpi/
Dprocessor_driver.c236 status = acpi_install_notify_handler(device->handle, ACPI_DEVICE_NOTIFY, in __acpi_processor_start()
272 acpi_remove_notify_handler(device->handle, ACPI_DEVICE_NOTIFY, in acpi_processor_stop()
Dacpi_pad.c438 ACPI_DEVICE_NOTIFY, acpi_pad_notify, device); in acpi_pad_add()
454 ACPI_DEVICE_NOTIFY, acpi_pad_notify); in acpi_pad_remove()
Dbus.c457 ACPI_DEVICE_NOTIFY, in acpi_device_install_notify_handler()
475 acpi_remove_notify_handler(device->handle, ACPI_DEVICE_NOTIFY, in acpi_device_remove_notify_handler()
522 if (ACPI_FAILURE(acpi_install_notify_handler(sb_handle, ACPI_DEVICE_NOTIFY, in acpi_setup_sb_notify_handler()
Dacpi_video.c1921 status = acpi_install_notify_handler(adev->handle, ACPI_DEVICE_NOTIFY, in acpi_video_dev_add_notify_handler()
1986 acpi_remove_notify_handler(dev->dev->handle, ACPI_DEVICE_NOTIFY, in acpi_video_dev_remove_notify_handler()
/Linux-v5.10/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.10/include/acpi/
Dactypes.h792 #define ACPI_DEVICE_NOTIFY 0x2 macro
793 #define ACPI_ALL_NOTIFY (ACPI_SYSTEM_NOTIFY | ACPI_DEVICE_NOTIFY)
/Linux-v5.10/drivers/acpi/nfit/
Dcore.c1879 ACPI_DEVICE_NOTIFY, acpi_nvdimm_notify, adev_dimm))) { in acpi_nfit_add_dimm()
2010 ACPI_DEVICE_NOTIFY, acpi_nvdimm_notify); in shutdown_dimm_notify()