Searched refs:bounding_cnt (Results 1 – 2 of 2) sorted by relevance
273 static int bounding_cnt; in predict_normal_temp() local275 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() local310 if (bounding_cnt++ > START_DEBOUNCE_COUNT) { in predict_cur_temp()311 bounding_cnt = START_DEBOUNCE_COUNT; in predict_cur_temp()
1036 static int bounding_cnt; in predict_temp() local1055 if (bounding_cnt++ > START_DEBOUNCE_COUNT) { in predict_temp()1056 bounding_cnt = START_DEBOUNCE_COUNT; in predict_temp()