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

Data Fields

struct devicedev
 
struct list_head node
 
int curr_source
 
int bat_temp
 
int prev_bat_temp
 
struct ab8500parent
 
struct ab8500_gpadcgpadc
 
struct ab8500_fgfg
 
struct abx500_btemp_platform_datapdata
 
struct abx500_bm_databat
 
struct power_supply btemp_psy
 
struct ab8500_btemp_events events
 
struct ab8500_btemp_ranges btemp_ranges
 
struct workqueue_structbtemp_wq
 
struct delayed_work btemp_periodic_work
 

Detailed Description

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.

Field Documentation

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.

Definition at line 100 of file ab8500_btemp.c.

Definition at line 101 of file ab8500_btemp.c.

int curr_source

Definition at line 90 of file ab8500_btemp.c.

struct device* dev

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.

Definition at line 94 of file ab8500_btemp.c.

Definition at line 89 of file ab8500_btemp.c.

struct ab8500* parent

Definition at line 93 of file ab8500_btemp.c.

Definition at line 96 of file ab8500_btemp.c.

int prev_bat_temp

Definition at line 92 of file ab8500_btemp.c.


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