Home
last modified time | relevance | path

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

/linux-4.4.14/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-4.4.14/drivers/platform/x86/
Dintel_menlow.c348 result = sensor_set_auxtrip(attr->handle, 0, CELSIUS_TO_DECI_KELVIN(value)); in aux0_store()
367 result = sensor_set_auxtrip(attr->handle, 1, CELSIUS_TO_DECI_KELVIN(value)); in aux1_store()
/linux-4.4.14/include/linux/
Dthermal.h54 #define CELSIUS_TO_DECI_KELVIN(t) ((t)*10+2732) macro