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

Data Fields

int status
 
struct power_supply psy
 
int full_chrg
 
struct mutex work_lock
 
bool(* is_present )(struct tosa_bat *bat)
 
int gpio_full
 
int gpio_charge_off
 
int technology
 
int gpio_bat
 
int adc_bat
 
int adc_bat_divider
 
int bat_max
 
int bat_min
 
int gpio_temp
 
int adc_temp
 
int adc_temp_divider
 

Detailed Description

Definition at line 27 of file tosa_battery.c.

Field Documentation

int adc_bat

Definition at line 41 of file tosa_battery.c.

int adc_bat_divider

Definition at line 42 of file tosa_battery.c.

int adc_temp

Definition at line 47 of file tosa_battery.c.

int adc_temp_divider

Definition at line 48 of file tosa_battery.c.

int bat_max

Definition at line 43 of file tosa_battery.c.

int bat_min

Definition at line 44 of file tosa_battery.c.

int full_chrg

Definition at line 30 of file tosa_battery.c.

int gpio_bat

Definition at line 40 of file tosa_battery.c.

int gpio_charge_off

Definition at line 36 of file tosa_battery.c.

int gpio_full

Definition at line 35 of file tosa_battery.c.

int gpio_temp

Definition at line 46 of file tosa_battery.c.

bool(* is_present)(struct tosa_bat *bat)

Definition at line 34 of file tosa_battery.c.

Definition at line 29 of file tosa_battery.c.

Definition at line 28 of file tosa_battery.c.

int technology

Definition at line 38 of file tosa_battery.c.

struct mutex work_lock

Definition at line 32 of file tosa_battery.c.


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