Searched defs:bq24190_dev_info (Results 1 – 1 of 1) sorted by relevance
159 struct bq24190_dev_info { struct160 struct i2c_client *client;161 struct device *dev;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;168 u16 sys_min;[all …]