Home
last modified time | relevance | path

Searched refs:platform_thermal_package_notify (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/thermal/intel/
H A Dtherm_throt.c117 int (*platform_thermal_package_notify)(__u64 msr_val); variable
118 EXPORT_SYMBOL_GPL(platform_thermal_package_notify);
875 if (!platform_thermal_package_notify) in notify_package_thresholds()
891 platform_thermal_package_notify(msr_val); in notify_package_thresholds()
897 platform_thermal_package_notify(msr_val); in notify_package_thresholds()
900 platform_thermal_package_notify(msr_val); in notify_package_thresholds()
H A Dthermal_interrupt.h9 extern int (*platform_thermal_package_notify)(__u64 msr_val);