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