Linux Kernel
3.7.1
|
struct abx500_chargalg - abx500 Charging algorithm device information : pointer to the structure device : battery operating status : counter used to determine end-of_charge : counter used to determine start of recharge : indicate if maintenance charge is active temperature hysteresis when the temperature has been over or under normal limits temperature hysteresis when the temperature has been over or under the high or low limits : current state of the charging algorithm charging current maximization parameters : information about connected charger types : data of the battery : current charger suspension status : pointer to the abx500_chargalg platform data : pointer to the abx500_bm platform data : structure that holds the battery properties exposed by the charging algorithm : structure for information about events triggered : work queue for running the charging algorithm : work to run the charging algorithm periodically : work to kick the charger watchdog periodically : work to run the charging algorithm instantly : charging safety timer : maintenance charging timer : structure of type kobject
Definition at line 221 of file abx500_chargalg.c.
struct ux500_charger* ac_chg |
Definition at line 237 of file abx500_chargalg.c.
struct abx500_bm_data* bat |
Definition at line 235 of file abx500_chargalg.c.
struct abx500_chargalg_battery_data batt_data |
Definition at line 232 of file abx500_chargalg.c.
Definition at line 230 of file abx500_chargalg.c.
Definition at line 246 of file abx500_chargalg.c.
struct delayed_work chargalg_periodic_work |
Definition at line 241 of file abx500_chargalg.c.
struct power_supply chargalg_psy |
Definition at line 236 of file abx500_chargalg.c.
struct delayed_work chargalg_wd_work |
Definition at line 242 of file abx500_chargalg.c.
struct work_struct chargalg_work |
Definition at line 243 of file abx500_chargalg.c.
struct workqueue_struct* chargalg_wq |
Definition at line 240 of file abx500_chargalg.c.
enum abx500_chargalg_states charge_state |
Definition at line 229 of file abx500_chargalg.c.
int charge_status |
Definition at line 223 of file abx500_chargalg.c.
struct abx500_chargalg_charger_info chg_info |
Definition at line 231 of file abx500_chargalg.c.
Definition at line 222 of file abx500_chargalg.c.
int eoc_cnt |
Definition at line 224 of file abx500_chargalg.c.
Definition at line 239 of file abx500_chargalg.c.
bool maintenance_chg |
Definition at line 226 of file abx500_chargalg.c.
struct timer_list maintenance_timer |
Definition at line 245 of file abx500_chargalg.c.
Definition at line 234 of file abx500_chargalg.c.
int rch_cnt |
Definition at line 225 of file abx500_chargalg.c.
struct timer_list safety_timer |
Definition at line 244 of file abx500_chargalg.c.
struct abx500_chargalg_suspension_status susp_status |
Definition at line 233 of file abx500_chargalg.c.
int t_hyst_lowhigh |
Definition at line 228 of file abx500_chargalg.c.
int t_hyst_norm |
Definition at line 227 of file abx500_chargalg.c.
struct ux500_charger* usb_chg |
Definition at line 238 of file abx500_chargalg.c.