Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dunits.h41 static inline long celsius_to_deci_kelvin(long t) in celsius_to_deci_kelvin() function
/Linux-v5.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()
417 celsius_to_deci_kelvin(act); in acpi_thermal_trips_update()
425 celsius_to_deci_kelvin(act) ? in acpi_thermal_trips_update()
427 celsius_to_deci_kelvin(act)); in acpi_thermal_trips_update()
/Linux-v5.10/drivers/platform/x86/
Dintel_menlow.c339 celsius_to_deci_kelvin(value)); in aux_store()