Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/thermal/
H A Drk_virtual_thermal.c40 #define HIGHER_DEBOUNCE_TEMP (30000) macro
277 if (milli_deg - temp_last > HIGHER_DEBOUNCE_TEMP) in predict_normal_temp()
278 milli_deg = temp_last + HIGHER_DEBOUNCE_TEMP / 3; in predict_normal_temp()
312 if (milli_cur_temp - cur_last > HIGHER_DEBOUNCE_TEMP) in predict_cur_temp()
313 milli_cur_temp = cur_last + HIGHER_DEBOUNCE_TEMP / 3; in predict_cur_temp()
/OK3568_Linux_fs/u-boot/drivers/thermal/
H A Drockchip_thermal.c163 #define HIGHER_DEBOUNCE_TEMP (30000) macro
1057 if (temp - temp_last > HIGHER_DEBOUNCE_TEMP) in predict_temp()
1058 temp = temp_last + HIGHER_DEBOUNCE_TEMP / 3; in predict_temp()