Lines Matching refs:battery
38 The problem emerges when we have a device (battery) which conceptually shall be
40 to start charging the battery, use PMIC to reduce board's overall power
42 energy on the battery from FG.
55 e.g. ./drivers/power/battery/trats/bat_trats.c
64 Everything is a power device described by struct pmic. Even battery is
81 1. When hierarchy is not needed (no complex battery charge):
90 2. Complex battery charging.
92 To charge a battery, information from several "abstract" power devices is
95 -- *fg_battery_check - check if battery is not above its limits
97 battery state(voltage and current capacity)
102 -- *chrg_bat_present - detection if battery to be charged is
109 hierarchy battery device
139 2. Charging battery with hierarchy
142 Define battery file (bat_<board>.c). Please also note that one might need a
143 corresponding battery model description for FG.