Home
last modified time | relevance | path

Searched refs:LOWEST_TEMP (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/thermal/
H A Drk_virtual_thermal.c35 #define LOWEST_TEMP (-273000) macro
576 int temp = LOWEST_TEMP; in get_temp_by_current()
655 static int last_temp = LOWEST_TEMP; in estimate_temp_internal()
668 if (last_temp == LOWEST_TEMP) in estimate_temp_internal()
675 if (last_temp != LOWEST_TEMP) in estimate_temp_internal()
/OK3568_Linux_fs/u-boot/drivers/thermal/
H A Drockchip_thermal.c156 #define LOWEST_TEMP (-273000) macro
1034 static int temp_last = LOWEST_TEMP; in predict_temp()
1044 if (temp_last == LOWEST_TEMP) in predict_temp()