Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
abx500_charge_curr_maximization Struct Reference

Data Fields

int original_iset
 
int current_iset
 
int test_delta_i
 
int condition_cnt
 
int max_current
 
int wait_cnt
 
u8 level
 

Detailed Description

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.

Field Documentation

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.


The documentation for this struct was generated from the following file: