Searched defs:bq27x00_device_info (Results 1 – 1 of 1) sorted by relevance
108 struct bq27x00_device_info { struct109 struct device *dev;110 int id;111 enum bq27x00_chip chip;113 struct bq27x00_reg_cache cache;114 int charge_design_full;116 unsigned long last_update;117 struct delayed_work work;119 struct power_supply *bat;121 struct bq27x00_access_methods bus;[all …]