Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/acpi/dptf/
H A 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()
/OK3568_Linux_fs/kernel/drivers/thermal/intel/int340x_thermal/
H A Dint3402_thermal.c60 ACPI_DEVICE_NOTIFY, in int3402_thermal_probe()
79 ACPI_DEVICE_NOTIFY, int3402_notify); in int3402_thermal_remove()
H A Dint3403_thermal.c98 ACPI_DEVICE_NOTIFY, int3403_notify, in int3403_sensor_add()
115 ACPI_DEVICE_NOTIFY, int3403_notify); in int3403_sensor_remove()
H A Dint3406_thermal.c165 ret = acpi_install_notify_handler(adev->handle, ACPI_DEVICE_NOTIFY, in int3406_thermal_probe()
H A Dint3400_thermal.c542 priv->adev->handle, ACPI_DEVICE_NOTIFY, int3400_notify, in int3400_thermal_probe()
574 priv->adev->handle, ACPI_DEVICE_NOTIFY, in int3400_thermal_remove()
H A Dprocessor_thermal_device.c395 ret = acpi_install_notify_handler(adev->handle, ACPI_DEVICE_NOTIFY, in proc_thermal_add()
412 ACPI_DEVICE_NOTIFY, proc_thermal_notify); in proc_thermal_remove()
/OK3568_Linux_fs/kernel/drivers/usb/typec/ucsi/
H A 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()
/OK3568_Linux_fs/kernel/drivers/xen/
H A 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()
/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Dintel-hid.c503 ACPI_DEVICE_NOTIFY, in intel_hid_probe()
536 acpi_remove_notify_handler(handle, ACPI_DEVICE_NOTIFY, notify_handler); in intel_hid_probe()
546 acpi_remove_notify_handler(handle, ACPI_DEVICE_NOTIFY, notify_handler); in intel_hid_remove()
H A Dintel-vbtn.c279 ACPI_DEVICE_NOTIFY, in intel_vbtn_probe()
300 acpi_remove_notify_handler(handle, ACPI_DEVICE_NOTIFY, notify_handler); in intel_vbtn_remove()
H A Dapple-gmux.c718 ACPI_DEVICE_NOTIFY, in gmux_probe()
780 ACPI_DEVICE_NOTIFY, in gmux_probe()
800 ACPI_DEVICE_NOTIFY, in gmux_remove()
H A Dideapad-laptop.c1035 ACPI_DEVICE_NOTIFY, ideapad_acpi_notify, priv); in ideapad_acpi_add()
1056 ACPI_DEVICE_NOTIFY, ideapad_acpi_notify); in ideapad_acpi_add()
1080 ACPI_DEVICE_NOTIFY, ideapad_acpi_notify); in ideapad_acpi_remove()
H A Dwmi.c1352 acpi_remove_notify_handler(acpi_device->handle, ACPI_DEVICE_NOTIFY, in acpi_wmi_remove()
1385 ACPI_DEVICE_NOTIFY, in acpi_wmi_probe()
1414 acpi_remove_notify_handler(acpi_device->handle, ACPI_DEVICE_NOTIFY, in acpi_wmi_probe()
H A Dthinkpad_acpi.c4342 .type = ACPI_DEVICE_NOTIFY,
/OK3568_Linux_fs/kernel/drivers/acpi/
H A 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()
H A Dacpi_pad.c432 ACPI_DEVICE_NOTIFY, acpi_pad_notify, device); in acpi_pad_add()
448 ACPI_DEVICE_NOTIFY, acpi_pad_notify); in acpi_pad_remove()
H A 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()
H A Dacpi_video.c1946 status = acpi_install_notify_handler(adev->handle, ACPI_DEVICE_NOTIFY, in acpi_video_dev_add_notify_handler()
2011 acpi_remove_notify_handler(dev->dev->handle, ACPI_DEVICE_NOTIFY, in acpi_video_dev_remove_notify_handler()
/OK3568_Linux_fs/kernel/drivers/pci/hotplug/
H A Dacpiphp_ibm.c448 ACPI_DEVICE_NOTIFY, ibm_handle_events, in ibm_acpiphp_init()
480 ACPI_DEVICE_NOTIFY, in ibm_acpiphp_exit()
/OK3568_Linux_fs/kernel/include/acpi/
H A Dactypes.h798 #define ACPI_DEVICE_NOTIFY 0x2 macro
799 #define ACPI_ALL_NOTIFY (ACPI_SYSTEM_NOTIFY | ACPI_DEVICE_NOTIFY)
/OK3568_Linux_fs/kernel/drivers/acpi/nfit/
H A Dcore.c1883 ACPI_DEVICE_NOTIFY, acpi_nvdimm_notify, adev_dimm))) { in acpi_nfit_add_dimm()
2014 ACPI_DEVICE_NOTIFY, acpi_nvdimm_notify); in shutdown_dimm_notify()