Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/acpi/
Dthermal.c318 unsigned long crt_k = CELSIUS_TO_DECI_KELVIN(crt); in acpi_thermal_trips_update()
354 tmp = CELSIUS_TO_DECI_KELVIN(psv); in acpi_thermal_trips_update()
434 CELSIUS_TO_DECI_KELVIN(act); in acpi_thermal_trips_update()
442 CELSIUS_TO_DECI_KELVIN(act) ? in acpi_thermal_trips_update()
444 CELSIUS_TO_DECI_KELVIN(act)); in acpi_thermal_trips_update()
/Linux-v4.19/include/linux/
Dthermal.h40 #define CELSIUS_TO_DECI_KELVIN(t) ((t)*10+2732) macro
/Linux-v4.19/drivers/platform/x86/
Dintel_menlow.c348 CELSIUS_TO_DECI_KELVIN(value)); in aux_store()