Lines Matching defs:pm860x_battery_info
93 struct pm860x_battery_info { struct
94 struct pm860x_chip *chip;
95 struct i2c_client *i2c;
96 struct device *dev;
98 struct power_supply *battery;
99 struct mutex lock;
100 int status;
101 int irq_cc;
102 int irq_batt;
103 int max_capacity;
104 int resistor; /* Battery Internal Resistor */
105 int last_capacity;
106 int start_soc;
107 unsigned present:1;
108 unsigned temp_type:1; /* TINT or TBAT */