Searched defs:smb347_charger (Results 1 – 1 of 1) sorted by relevance
189 struct smb347_charger { struct190 struct device *dev;191 struct regmap *regmap;192 struct power_supply *mains;193 struct power_supply *usb;194 unsigned int id;195 bool mains_online;196 bool usb_online;197 bool charging_enabled;198 bool irq_unsupported;[all …]