Home
last modified time | relevance | path

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

/openbmc/linux/drivers/acpi/
H A Dthermal.c182 static int acpi_thermal_temp(struct acpi_thermal *tz, int temp_deci_k) in acpi_thermal_temp() argument
184 if (temp_deci_k == THERMAL_TEMP_INVALID) in acpi_thermal_temp()
187 return deci_kelvin_to_millicelsius_with_offset(temp_deci_k, in acpi_thermal_temp()