Searched refs:confirm_cnt (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/power/supply/ |
| H A D | rk818_charger.c | 872 int ts2_vol, input_current, invalid_cnt = 0, confirm_cnt = 0; in rk818_ts2_vol_work() local 904 confirm_cnt++; in rk818_ts2_vol_work() 905 if (confirm_cnt < DEFAULT_TS2_CHECK_CNT) { in rk818_ts2_vol_work() 907 __func__, ts2_vol, confirm_cnt); in rk818_ts2_vol_work()
|
| /OK3568_Linux_fs/u-boot/drivers/power/fuel_gauge/ |
| H A D | fg_rk818.c | 1142 int ts2_vol, input_current, invalid_cnt = 0, confirm_cnt = 0; in rk818_bat_ts2_update_current() local 1173 confirm_cnt++; in rk818_bat_ts2_update_current() 1174 if (confirm_cnt < TS2_CHECK_CNT) { in rk818_bat_ts2_update_current() 1176 __func__, ts2_vol, confirm_cnt); in rk818_bat_ts2_update_current()
|