Searched defs:smb347_charger (Results 1 – 1 of 1) sorted by relevance
196 struct smb347_charger { struct197 struct device *dev;198 struct regmap *regmap;199 struct power_supply *mains;200 struct power_supply *usb;201 struct regulator_dev *usb_rdev;202 unsigned int id;203 bool mains_online;204 bool usb_online;205 bool irq_unsupported;[all …]