Home
last modified time | relevance | path

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

/drivers/thermal/intel/
Dtherm_throt.c119 bool (*platform_thermal_package_rate_control)(void); variable
120 EXPORT_SYMBOL_GPL(platform_thermal_package_rate_control);
611 if (platform_thermal_package_rate_control && in notify_package_thresholds()
612 platform_thermal_package_rate_control()) { in notify_package_thresholds()
Dthermal_interrupt.h16 extern bool (*platform_thermal_package_rate_control)(void);
Dx86_pkg_temp_thermal.c512 platform_thermal_package_rate_control = pkg_thermal_rate_control; in pkg_temp_thermal_init()
527 platform_thermal_package_rate_control = NULL; in module_init()