Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/thermal/int340x_thermal/
Dprocessor_thermal_device.c123 static int stored_tjmax; /* since it is fixed, we can have local storage */ variable
180 *temp = (stored_tjmax - *temp) * 1000; in proc_thermal_get_zone_temp()
258 stored_tjmax = get_tjmax(); in proc_thermal_add()
259 if (stored_tjmax > 0) in proc_thermal_add()