Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/power/supply/
H A Drt5033_charger.c21 unsigned int fast_uamp; member
203 if (chg->fast_uamp < RT5033_CHARGER_FAST_CURRENT_MIN || in rt5033_init_fast_charge()
204 chg->fast_uamp > RT5033_CHARGER_FAST_CURRENT_MAX) { in rt5033_init_fast_charge()
210 if (chg->fast_uamp == RT5033_CHARGER_FAST_CURRENT_MIN) in rt5033_init_fast_charge()
212 else if (chg->fast_uamp == RT5033_CHARGER_FAST_CURRENT_MAX) in rt5033_init_fast_charge()
215 val = chg->fast_uamp; in rt5033_init_fast_charge()
397 chg->fast_uamp = info->constant_charge_current_max_ua; in rt5033_charger_dt_init()
/kernel/linux/linux-5.10/include/linux/mfd/
H A Drt5033.h48 unsigned int fast_uamp; member

Completed in 2 milliseconds