Home
last modified time | relevance | path

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

/openbmc/linux/drivers/power/supply/
H A Drt5033_charger.c20 unsigned int eoc_uamp; member
151 if (chg->eoc_uamp < RT5033_CHARGER_EOC_MIN || in rt5033_init_const_charge()
152 chg->eoc_uamp > RT5033_CHARGER_EOC_MAX) { in rt5033_init_const_charge()
158 if (chg->eoc_uamp == RT5033_CHARGER_EOC_MIN) in rt5033_init_const_charge()
160 else if (chg->eoc_uamp == RT5033_CHARGER_EOC_MAX) in rt5033_init_const_charge()
163 val = chg->eoc_uamp; in rt5033_init_const_charge()
398 chg->eoc_uamp = info->charge_term_current_ua; in rt5033_charger_dt_init()
H A Dmax14577_charger.c358 ret = max14577_init_eoc(chg, chg->pdata->eoc_uamp); in max14577_charger_reg_init()
486 ret = of_property_read_u32(np, "maxim,eoc-uamp", &pdata->eoc_uamp); in max14577_charger_dt_init()
/openbmc/linux/include/linux/mfd/
H A Dmax14577.h51 u32 eoc_uamp; member