Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/thermal/
H A Drk_virtual_thermal.c273 static int bounding_cnt; in predict_normal_temp() local
275 if (bounding_cnt++ > START_DEBOUNCE_COUNT) { in predict_normal_temp()
276 bounding_cnt = START_DEBOUNCE_COUNT; in predict_normal_temp()
308 static int bounding_cnt; in predict_cur_temp() local
310 if (bounding_cnt++ > START_DEBOUNCE_COUNT) { in predict_cur_temp()
311 bounding_cnt = START_DEBOUNCE_COUNT; in predict_cur_temp()
/OK3568_Linux_fs/u-boot/drivers/thermal/
H A Drockchip_thermal.c1036 static int bounding_cnt; in predict_temp() local
1055 if (bounding_cnt++ > START_DEBOUNCE_COUNT) { in predict_temp()
1056 bounding_cnt = START_DEBOUNCE_COUNT; in predict_temp()