Linux Kernel
3.7.1
|
struct ab8500_btemp - ab8500 BTEMP device information : Pointer to the structure device : List of AB8500 BTEMPs, hence prepared for reentrance : What current source we use, in uA : Battery temperature in degree Celcius Last dispatched battery temperature : Pointer to the struct ab8500 : Pointer to the struct gpadc : Pointer to the struct fg : Pointer to the abx500_btemp platform data : Pointer to the abx500_bm platform data : Structure for BTEMP specific battery properties : Structure for information about events triggered : Battery temperature range structure : Work queue for measuring the temperature periodically : Work for measuring the temperature periodically
Definition at line 87 of file ab8500_btemp.c.
struct abx500_bm_data* bat |
Definition at line 97 of file ab8500_btemp.c.
int bat_temp |
Definition at line 91 of file ab8500_btemp.c.
struct delayed_work btemp_periodic_work |
Definition at line 102 of file ab8500_btemp.c.
struct power_supply btemp_psy |
Definition at line 98 of file ab8500_btemp.c.
struct ab8500_btemp_ranges btemp_ranges |
Definition at line 100 of file ab8500_btemp.c.
struct workqueue_struct* btemp_wq |
Definition at line 101 of file ab8500_btemp.c.
int curr_source |
Definition at line 90 of file ab8500_btemp.c.
Definition at line 88 of file ab8500_btemp.c.
Definition at line 99 of file ab8500_btemp.c.
Definition at line 95 of file ab8500_btemp.c.
struct ab8500_gpadc* gpadc |
Definition at line 94 of file ab8500_btemp.c.
Definition at line 89 of file ab8500_btemp.c.
Definition at line 93 of file ab8500_btemp.c.
struct abx500_btemp_platform_data* pdata |
Definition at line 96 of file ab8500_btemp.c.
int prev_bat_temp |
Definition at line 92 of file ab8500_btemp.c.