Searched defs:bq25700_device (Results 1 – 1 of 1) sorted by relevance
155 struct bq25700_device { struct156 struct i2c_client *client;157 struct device *dev;158 struct power_supply *supply_charger;159 char model_name[I2C_NAME_SIZE];160 unsigned int irq;161 bool first_time;162 bool charger_health_valid;163 bool battery_health_valid;164 bool battery_status_valid;[all …]