Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/thermal/intel/
Dtherm_throt.c110 int (*platform_thermal_notify)(__u64 msr_val); variable
111 EXPORT_SYMBOL(platform_thermal_notify);
571 if (!platform_thermal_notify) in notify_thresholds()
577 platform_thermal_notify(msr_val); in notify_thresholds()
581 platform_thermal_notify(msr_val); in notify_thresholds()
Dthermal_interrupt.h9 extern int (*platform_thermal_notify)(__u64 msr_val);