Home
last modified time | relevance | path

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

/openbmc/linux/drivers/power/supply/
H A Dwm8350_power.c89 u16 reg, eoc_mA, fast_limit_mA; in wm8350_charger_config() local
103 eoc_mA = WM8350_CHG_EOC_mA(policy->eoc_mA); in wm8350_charger_config()
110 reg | eoc_mA | policy->trickle_start_mV | in wm8350_charger_config()
H A Dmax8997_charger.c175 if (pdata->eoc_mA) { in max8997_battery_probe()
176 int val = (pdata->eoc_mA - 50) / 10; in max8997_battery_probe()
/openbmc/linux/include/linux/mfd/wm8350/
H A Dsupply.h109 int eoc_mA; /* end of charge current (mA) */ member
/openbmc/linux/include/linux/mfd/
H A Dmax8997.h192 int eoc_mA; /* 50 ~ 200mA by 10mA step */ member