Searched refs:CELSIUS_TO_DECI_KELVIN (Results 1 – 3 of 3) sorted by relevance
318 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()
348 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()
54 #define CELSIUS_TO_DECI_KELVIN(t) ((t)*10+2732) macro