Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/thermal/
H A Drk_virtual_thermal.c41 #define LOWER_DEBOUNCE_TEMP (15000) macro
279 if (temp_last - milli_deg > LOWER_DEBOUNCE_TEMP) in predict_normal_temp()
280 milli_deg = temp_last - LOWER_DEBOUNCE_TEMP / 3; in predict_normal_temp()
314 if (cur_last - milli_cur_temp > LOWER_DEBOUNCE_TEMP) in predict_cur_temp()
315 milli_cur_temp = cur_last - LOWER_DEBOUNCE_TEMP / 3; in predict_cur_temp()
/OK3568_Linux_fs/u-boot/drivers/thermal/
H A Drockchip_thermal.c164 #define LOWER_DEBOUNCE_TEMP (15000) macro
1059 if (temp_last - temp > LOWER_DEBOUNCE_TEMP) in predict_temp()
1060 temp = temp_last - LOWER_DEBOUNCE_TEMP / 3; in predict_temp()