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

Data Fields

struct devicedev
 
int charge_status
 
int eoc_cnt
 
int rch_cnt
 
bool maintenance_chg
 
int t_hyst_norm
 
int t_hyst_lowhigh
 
enum abx500_chargalg_states charge_state
 
struct
abx500_charge_curr_maximization 
ccm
 
struct abx500_chargalg_charger_info chg_info
 
struct abx500_chargalg_battery_data batt_data
 
struct
abx500_chargalg_suspension_status 
susp_status
 
struct
abx500_chargalg_platform_data
pdata
 
struct abx500_bm_databat
 
struct power_supply chargalg_psy
 
struct ux500_chargerac_chg
 
struct ux500_chargerusb_chg
 
struct abx500_chargalg_events events
 
struct workqueue_structchargalg_wq
 
struct delayed_work chargalg_periodic_work
 
struct delayed_work chargalg_wd_work
 
struct work_struct chargalg_work
 
struct timer_list safety_timer
 
struct timer_list maintenance_timer
 
struct kobject chargalg_kobject
 

Detailed Description

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.

Field Documentation

Definition at line 237 of file abx500_chargalg.c.

Definition at line 235 of file abx500_chargalg.c.

Definition at line 232 of file abx500_chargalg.c.

Definition at line 230 of file abx500_chargalg.c.

struct kobject chargalg_kobject

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.

Definition at line 231 of file abx500_chargalg.c.

struct device* dev

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.

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.

Definition at line 238 of file abx500_chargalg.c.


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