Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/thermal/
H A Drk_virtual_thermal.c39 #define START_DEBOUNCE_COUNT (100) macro
275 if (bounding_cnt++ > START_DEBOUNCE_COUNT) { in predict_normal_temp()
276 bounding_cnt = START_DEBOUNCE_COUNT; in predict_normal_temp()
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.c162 #define START_DEBOUNCE_COUNT (100) macro
1055 if (bounding_cnt++ > START_DEBOUNCE_COUNT) { in predict_temp()
1056 bounding_cnt = START_DEBOUNCE_COUNT; in predict_temp()