Home
last modified time | relevance | path

Searched refs:flat_match_sec (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Drk818_battery.c230 unsigned long flat_match_sec; member
2268 if (!di->flat_match_sec) in rk818_bat_smooth_algorithm()
2269 di->flat_match_sec = get_boot_sec(); in rk818_bat_smooth_algorithm()
2271 if (base2sec(di->flat_match_sec) >= tgt_sec) { in rk818_bat_smooth_algorithm()
2272 di->flat_match_sec = 0; in rk818_bat_smooth_algorithm()
2276 base2sec(di->flat_match_sec), tgt_sec, di->sm_linek); in rk818_bat_smooth_algorithm()
2278 di->flat_match_sec = 0; in rk818_bat_smooth_algorithm()
H A Drk816_battery.c254 unsigned long flat_match_sec; member
3131 if (!di->flat_match_sec) in rk816_bat_smooth_algorithm()
3132 di->flat_match_sec = get_boot_sec(); in rk816_bat_smooth_algorithm()
3134 if (base2sec(di->flat_match_sec) >= tgt_sec) { in rk816_bat_smooth_algorithm()
3135 di->flat_match_sec = 0; in rk816_bat_smooth_algorithm()
3139 base2sec(di->flat_match_sec), tgt_sec, di->sm_linek); in rk816_bat_smooth_algorithm()
3141 di->flat_match_sec = 0; in rk816_bat_smooth_algorithm()
H A Drk817_battery.c591 unsigned long flat_match_sec; member