Home
last modified time | relevance | path

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

/linux/drivers/usb/typec/ucsi/
H A Ducsi_acpi.c215 ACPI_DEVICE_NOTIFY, in ucsi_acpi_probe()
226 ACPI_DEVICE_NOTIFY, in ucsi_acpi_probe()
244 acpi_remove_notify_handler(ACPI_HANDLE(&pdev->dev), ACPI_DEVICE_NOTIFY, in ucsi_acpi_remove()
/linux/drivers/iio/light/
H A Dacpi-als.c226 return acpi_dev_install_notify_handler(device, ACPI_DEVICE_NOTIFY, in acpi_als_probe()
233 ACPI_DEVICE_NOTIFY, acpi_als_notify); in acpi_als_remove()
/linux/sound/hda/codecs/side-codecs/
H A Dhda_component.c54 ret = acpi_install_notify_handler(adev->handle, ACPI_DEVICE_NOTIFY, in hda_component_manager_bind_acpi_notifications()
79 ret = acpi_remove_notify_handler(adev->handle, ACPI_DEVICE_NOTIFY, handler); in hda_component_manager_unbind_acpi_notifications()
/linux/drivers/platform/x86/intel/
H A Dhid.c754 ACPI_DEVICE_NOTIFY, in intel_hid_probe()
784 acpi_remove_notify_handler(handle, ACPI_DEVICE_NOTIFY, notify_handler); in intel_hid_probe()
794 acpi_remove_notify_handler(handle, ACPI_DEVICE_NOTIFY, notify_handler); in intel_hid_remove()
/linux/drivers/platform/x86/intel/int1092/
H A Dintel_sar.c280 if (acpi_install_notify_handler(ACPI_HANDLE(&device->dev), ACPI_DEVICE_NOTIFY, in sar_probe()
301 ACPI_DEVICE_NOTIFY, sar_notify); in sar_remove()
/linux/drivers/pci/hotplug/
H A Dacpiphp_ibm.c449 ACPI_DEVICE_NOTIFY, ibm_handle_events, in ibm_acpiphp_init()
481 ACPI_DEVICE_NOTIFY, in ibm_acpiphp_exit()
/linux/drivers/thermal/intel/int340x_thermal/
H A Dint3400_thermal.c623 priv->adev->handle, ACPI_DEVICE_NOTIFY, int3400_notify, in int3400_thermal_probe()
635 acpi_remove_notify_handler(priv->adev->handle, ACPI_DEVICE_NOTIFY, in int3400_thermal_probe()
666 priv->adev->handle, ACPI_DEVICE_NOTIFY, in int3400_thermal_remove()
/linux/drivers/platform/x86/
H A Dapple-gmux.c914 ACPI_DEVICE_NOTIFY, in gmux_probe()
973 ACPI_DEVICE_NOTIFY, in gmux_probe()
1000 ACPI_DEVICE_NOTIFY, in gmux_remove()
/linux/drivers/net/wireless/ath/ath12k/
H A Dacpi.c473 ACPI_DEVICE_NOTIFY, in ath12k_acpi_start()
506 ACPI_DEVICE_NOTIFY, in ath12k_acpi_stop()
/linux/drivers/virt/
H A Dvmgenid.c85 status = acpi_install_notify_handler(device->handle, ACPI_DEVICE_NOTIFY, in vmgenid_add_acpi()
/linux/drivers/acpi/
H A Dfan_core.c496 acpi_remove_notify_handler(fan->handle, ACPI_DEVICE_NOTIFY, acpi_fan_notify_handler); in acpi_fan_notify_remove()
504 status = acpi_install_notify_handler(fan->handle, ACPI_DEVICE_NOTIFY, in devm_acpi_fan_notify_init()
H A Dbus.c635 ACPI_ALL_NOTIFY : ACPI_DEVICE_NOTIFY; in acpi_device_install_notify_handler()
650 ACPI_ALL_NOTIFY : ACPI_DEVICE_NOTIFY; in acpi_device_remove_notify_handler()
726 if (ACPI_FAILURE(acpi_install_notify_handler(sb_handle, ACPI_DEVICE_NOTIFY, in acpi_setup_sb_notify_handler()
H A Dacpi_video.c1854 status = acpi_install_notify_handler(adev->handle, ACPI_DEVICE_NOTIFY, in acpi_video_dev_add_notify_handler()
1920 acpi_remove_notify_handler(dev->dev->handle, ACPI_DEVICE_NOTIFY, in acpi_video_dev_remove_notify_handler()
2066 error = acpi_dev_install_notify_handler(device, ACPI_DEVICE_NOTIFY, in acpi_video_bus_probe()
2095 acpi_dev_remove_notify_handler(device, ACPI_DEVICE_NOTIFY, in acpi_video_bus_remove()
/linux/include/acpi/
H A Dactypes.h801 #define ACPI_DEVICE_NOTIFY 0x2 macro
802 #define ACPI_ALL_NOTIFY (ACPI_SYSTEM_NOTIFY | ACPI_DEVICE_NOTIFY)
/linux/drivers/ptp/
H A Dptp_vmclock.c544 status = acpi_install_notify_handler(adev->handle, ACPI_DEVICE_NOTIFY, in vmclock_setup_acpi_notification()
641 ACPI_DEVICE_NOTIFY, in vmclock_remove()
/linux/drivers/platform/loongarch/
H A Dloongson-laptop.c547 .type = ACPI_DEVICE_NOTIFY,
/linux/drivers/acpi/nfit/
H A Dcore.c1829 ACPI_DEVICE_NOTIFY, acpi_nvdimm_notify, adev_dimm))) { in acpi_nfit_add_dimm()
1960 ACPI_DEVICE_NOTIFY, acpi_nvdimm_notify); in shutdown_dimm_notify()
3305 acpi_dev_remove_notify_handler(adev, ACPI_DEVICE_NOTIFY, in acpi_nfit_remove_notify_handler()
3350 rc = acpi_dev_install_notify_handler(adev, ACPI_DEVICE_NOTIFY, in acpi_nfit_probe()
/linux/drivers/platform/x86/lenovo/
H A Dthinkpad_acpi.c4095 .type = ACPI_DEVICE_NOTIFY,