Linux Kernel
3.7.1
|
Data Fields | |
int | original_iset |
int | current_iset |
int | test_delta_i |
int | condition_cnt |
int | max_current |
int | wait_cnt |
u8 | level |
struct abx500_charge_curr_maximization - Charger maximization parameters : the non optimized/maximised charger current : the charging current used at this moment : the delta between the current we want to charge and the current that is really going into the battery : number of iterations needed before a new charger current is set : maximum charger current : to avoid too fast current step down in case of charger voltage collapse, we insert this delay between step down : tells in how many steps the charging current has been increased
Definition at line 176 of file abx500_chargalg.c.
int condition_cnt |
Definition at line 180 of file abx500_chargalg.c.
int current_iset |
Definition at line 178 of file abx500_chargalg.c.
u8 level |
Definition at line 183 of file abx500_chargalg.c.
int max_current |
Definition at line 181 of file abx500_chargalg.c.
int original_iset |
Definition at line 177 of file abx500_chargalg.c.
int test_delta_i |
Definition at line 179 of file abx500_chargalg.c.
int wait_cnt |
Definition at line 182 of file abx500_chargalg.c.