Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mce/
H A Dtherm_throt.c113 int (*platform_thermal_package_notify)(__u64 msr_val); variable
114 EXPORT_SYMBOL_GPL(platform_thermal_package_notify);
526 if (!platform_thermal_package_notify) in notify_package_thresholds()
542 platform_thermal_package_notify(msr_val); in notify_package_thresholds()
548 platform_thermal_package_notify(msr_val); in notify_package_thresholds()
551 platform_thermal_package_notify(msr_val); in notify_package_thresholds()
/OK3568_Linux_fs/kernel/drivers/thermal/intel/
H A Dx86_pkg_temp_thermal.c513 platform_thermal_package_notify = pkg_thermal_notify; in pkg_temp_thermal_init()
528 platform_thermal_package_notify = NULL; in module_init()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dmce.h296 extern int (*platform_thermal_package_notify)(__u64 msr_val);