Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dunits.h65 static inline long celsius_to_deci_kelvin(long t) in celsius_to_deci_kelvin() function
/linux-5.19.10/drivers/acpi/
Dthermal.c300 unsigned long crt_k = celsius_to_deci_kelvin(crt); in acpi_thermal_trips_update()
337 tmp = celsius_to_deci_kelvin(psv); in acpi_thermal_trips_update()
418 celsius_to_deci_kelvin(act); in acpi_thermal_trips_update()
426 celsius_to_deci_kelvin(act) ? in acpi_thermal_trips_update()
428 celsius_to_deci_kelvin(act)); in acpi_thermal_trips_update()
/linux-5.19.10/drivers/thermal/intel/
Dintel_menlow.c339 celsius_to_deci_kelvin(value)); in aux_store()