Searched defs:bq24190_dev_info (Results 1 – 1 of 1) sorted by relevance
155 struct bq24190_dev_info { struct156 struct i2c_client *client;157 struct device *dev;158 struct extcon_dev *edev;159 struct power_supply *charger;160 struct power_supply *battery;161 struct delayed_work input_current_limit_work;162 char model_name[I2C_NAME_SIZE];163 bool initialized;164 bool irq_event;[all …]