Searched refs:eoc_uamp (Results 1 – 3 of 3) sorted by relevance
20 unsigned int eoc_uamp; member151 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()
358 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()
51 u32 eoc_uamp; member