Home
last modified time | relevance | path

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

/linux/drivers/power/supply/
H A Drt5033_charger.c26 unsigned int fast_uamp; member
223 if (chg->fast_uamp < RT5033_CHARGER_FAST_CURRENT_MIN || in rt5033_init_fast_charge()
224 chg->fast_uamp > RT5033_CHARGER_FAST_CURRENT_MAX) { in rt5033_init_fast_charge()
230 if (chg->fast_uamp == RT5033_CHARGER_FAST_CURRENT_MIN) in rt5033_init_fast_charge()
232 else if (chg->fast_uamp == RT5033_CHARGER_FAST_CURRENT_MAX) in rt5033_init_fast_charge()
235 val = chg->fast_uamp; in rt5033_init_fast_charge()
567 chg->fast_uamp = info->constant_charge_current_max_ua; in rt5033_charger_dt_init()