Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/thermal/int340x_thermal/
Dint340x_thermal_zone.c46 *temp = DECI_KELVIN_TO_MILLICELSIUS(tmp); in int340x_thermal_get_zone_temp()
175 *temp = DECI_KELVIN_TO_MILLICELSIUS(r); in int340x_thermal_get_trip_config()
/Linux-v4.19/include/linux/
Dthermal.h42 #define DECI_KELVIN_TO_MILLICELSIUS(t) DECI_KELVIN_TO_MILLICELSIUS_WITH_OFFSET(t, 2732) macro
/Linux-v4.19/drivers/thermal/
Dintel_pch_thermal.c104 trip_temp = DECI_KELVIN_TO_MILLICELSIUS(r); in pch_wpt_add_acpi_psv_trip()