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.c25 unsigned int fast_uamp; member
222 if (chg->fast_uamp < RT5033_CHARGER_FAST_CURRENT_MIN || in rt5033_init_fast_charge()
223 chg->fast_uamp > RT5033_CHARGER_FAST_CURRENT_MAX) { in rt5033_init_fast_charge()
229 if (chg->fast_uamp == RT5033_CHARGER_FAST_CURRENT_MIN) in rt5033_init_fast_charge()
231 else if (chg->fast_uamp == RT5033_CHARGER_FAST_CURRENT_MAX) in rt5033_init_fast_charge()
234 val = chg->fast_uamp; in rt5033_init_fast_charge()
566 chg->fast_uamp = info->constant_charge_current_max_ua; in rt5033_charger_dt_init()