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

/linux-4.4.14/drivers/thermal/int340x_thermal/
H A Dprocessor_thermal_device.c129 static int stored_tjmax; /* since it is fixed, we can have local storage */ variable
186 *temp = (stored_tjmax - *temp) * 1000; proc_thermal_get_zone_temp()
264 stored_tjmax = get_tjmax(); proc_thermal_add()
265 if (stored_tjmax > 0) proc_thermal_add()

Completed in 49 milliseconds