Lines Matching defs:smbb_charger
106 struct smbb_charger { struct
107 unsigned int revision;
108 unsigned int addr;
109 struct device *dev;
110 struct extcon_dev *edev;
112 bool dc_disabled;
113 bool jeita_ext_temp;
114 unsigned long status;
115 struct mutex statlock;
117 unsigned int attr[_ATTR_CNT];
119 struct power_supply *usb_psy;
120 struct power_supply *dc_psy;
121 struct power_supply *bat_psy;
122 struct regmap *regmap;
124 struct regulator_desc otg_rdesc;
125 struct regulator_dev *otg_reg;