Searched defs:bq2415x_device (Results 1 – 1 of 1) sorted by relevance
158 struct bq2415x_device { struct159 struct device *dev;160 struct bq2415x_platform_data init_data;161 struct power_supply *charger;162 struct power_supply_desc charger_desc;163 struct delayed_work work;187 static int bq2415x_i2c_read(struct bq2415x_device *bq, u8 reg) in bq2415x_i2c_read() argument