Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/thermal/int340x_thermal/
Dint340x_thermal_zone.c37 int conv_temp; in int340x_thermal_get_zone_temp() local
39 conv_temp = acpi_lpat_raw_to_temp(d->lpat_table, (int)tmp); in int340x_thermal_get_zone_temp()
40 if (conv_temp < 0) in int340x_thermal_get_zone_temp()
41 return conv_temp; in int340x_thermal_get_zone_temp()
43 *temp = (unsigned long)conv_temp * 10; in int340x_thermal_get_zone_temp()