Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mce/
H A Dtherm_throt.c109 int (*platform_thermal_notify)(__u64 msr_val); variable
110 EXPORT_SYMBOL(platform_thermal_notify);
559 if (!platform_thermal_notify) in notify_thresholds()
565 platform_thermal_notify(msr_val); in notify_thresholds()
569 platform_thermal_notify(msr_val); in notify_thresholds()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dmce.h293 extern int (*platform_thermal_notify)(__u64 msr_val);