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