conv_temp          28 drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.c 		int conv_temp;
conv_temp          30 drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.c 		conv_temp = acpi_lpat_raw_to_temp(d->lpat_table, (int)tmp);
conv_temp          31 drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.c 		if (conv_temp < 0)
conv_temp          32 drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.c 			return conv_temp;
conv_temp          34 drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.c 		*temp = (unsigned long)conv_temp * 10;