Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/thermal/intel/int340x_thermal/
H A Dprocessor_thermal_device.c219 static int stored_tjmax; /* since it is fixed, we can have local storage */ variable
276 *temp = (stored_tjmax - *temp) * 1000; in proc_thermal_get_zone_temp()
384 stored_tjmax = get_tjmax(); in proc_thermal_add()
385 if (stored_tjmax > 0) in proc_thermal_add()

Completed in 2 milliseconds