Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/thermal/intel/int340x_thermal/
Dprocessor_thermal_device.c148 static int stored_tjmax; /* since it is fixed, we can have local storage */ variable
205 *temp = (stored_tjmax - *temp) * 1000; in proc_thermal_get_zone_temp()
305 stored_tjmax = get_tjmax(); in proc_thermal_add()
306 if (stored_tjmax > 0) in proc_thermal_add()