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