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