Home
last modified time | relevance | path

Searched refs:CELSIUS_TO_KELVIN (Results 1 – 6 of 6) sorted by relevance

/drivers/acpi/
Dthermal.c322 unsigned long crt_k = CELSIUS_TO_KELVIN(crt); in acpi_thermal_trips_update()
358 tmp = CELSIUS_TO_KELVIN(psv); in acpi_thermal_trips_update()
438 CELSIUS_TO_KELVIN(act); in acpi_thermal_trips_update()
446 CELSIUS_TO_KELVIN(act) ? in acpi_thermal_trips_update()
448 CELSIUS_TO_KELVIN(act)); in acpi_thermal_trips_update()
/drivers/platform/x86/
Dintel_menlow.c348 result = sensor_set_auxtrip(attr->handle, 0, CELSIUS_TO_KELVIN(value)); in aux0_store()
367 result = sensor_set_auxtrip(attr->handle, 1, CELSIUS_TO_KELVIN(value)); in aux1_store()
/drivers/net/wireless/iwlwifi/dvm/
Ddevices.c362 s32 threshold = (s32)CELSIUS_TO_KELVIN(CT_KILL_THRESHOLD_LEGACY) - in iwl5150_set_ct_threshold()
Ddev.h257 #define CELSIUS_TO_KELVIN(x) ((x)+273) macro
/drivers/net/wireless/iwlegacy/
Dcommon.h797 #define CELSIUS_TO_KELVIN(x) ((x)+273) macro
D4965-mac.c6489 CELSIUS_TO_KELVIN(CT_KILL_THRESHOLD_LEGACY); in il4965_set_hw_params()