Searched defs:bq2415x_device (Results 1 – 1 of 1) sorted by relevance
167 struct bq2415x_device { struct168 struct device *dev;169 struct bq2415x_platform_data init_data;170 struct power_supply *charger;171 struct power_supply_desc charger_desc;172 struct delayed_work work;196 static int bq2415x_i2c_read(struct bq2415x_device *bq, u8 reg) in bq2415x_i2c_read() argument