Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/thermal/intel/int340x_thermal/
H A Dint340x_thermal_zone.c29 int conv_temp; in int340x_thermal_get_zone_temp() local
31 conv_temp = acpi_lpat_raw_to_temp(d->lpat_table, (int)tmp); in int340x_thermal_get_zone_temp()
32 if (conv_temp < 0) in int340x_thermal_get_zone_temp()
33 return conv_temp; in int340x_thermal_get_zone_temp()
35 *temp = (unsigned long)conv_temp * 10; in int340x_thermal_get_zone_temp()

Completed in 2 milliseconds