Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/thermal/intel/
Dtherm_throt.c114 int (*platform_thermal_package_notify)(__u64 msr_val); variable
115 EXPORT_SYMBOL_GPL(platform_thermal_package_notify);
538 if (!platform_thermal_package_notify) in notify_package_thresholds()
554 platform_thermal_package_notify(msr_val); in notify_package_thresholds()
560 platform_thermal_package_notify(msr_val); in notify_package_thresholds()
563 platform_thermal_package_notify(msr_val); in notify_package_thresholds()
Dthermal_interrupt.h6 extern int (*platform_thermal_package_notify)(__u64 msr_val);
Dx86_pkg_temp_thermal.c515 platform_thermal_package_notify = pkg_thermal_notify; in pkg_temp_thermal_init()
530 platform_thermal_package_notify = NULL; in module_init()