Home
last modified time | relevance | path

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

/linux/drivers/thermal/intel/
H A Dtherm_throt.c111 int (*platform_thermal_notify)(__u64 msr_val); variable
112 EXPORT_SYMBOL(platform_thermal_notify);
632 if (!platform_thermal_notify) in notify_thresholds()
638 platform_thermal_notify(msr_val); in notify_thresholds()
642 platform_thermal_notify(msr_val); in notify_thresholds()
H A Dthermal_interrupt.h12 extern int (*platform_thermal_notify)(__u64 msr_val);