stored_tjmax      209 drivers/thermal/intel/int340x_thermal/processor_thermal_device.c static int stored_tjmax; /* since it is fixed, we can have local storage */
stored_tjmax      266 drivers/thermal/intel/int340x_thermal/processor_thermal_device.c 		*temp = (stored_tjmax - *temp) * 1000;
stored_tjmax      374 drivers/thermal/intel/int340x_thermal/processor_thermal_device.c 		stored_tjmax = get_tjmax();
stored_tjmax      375 drivers/thermal/intel/int340x_thermal/processor_thermal_device.c 		if (stored_tjmax > 0)