Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/intel/int340x_thermal/
H A Dint340x_thermal_zone.c26 int conv_temp; in int340x_thermal_get_zone_temp() local
28 conv_temp = acpi_lpat_raw_to_temp(d->lpat_table, (int)tmp); in int340x_thermal_get_zone_temp()
29 if (conv_temp < 0) in int340x_thermal_get_zone_temp()
30 return conv_temp; in int340x_thermal_get_zone_temp()
32 *temp = conv_temp * 10; in int340x_thermal_get_zone_temp()