Searched defs:max77693_charger (Results 1 – 1 of 1) sorted by relevance
20 struct max77693_charger { struct21 struct device *dev;22 struct max77693_dev *max77693;23 struct power_supply *charger;25 u32 constant_volt;26 u32 min_system_volt;27 u32 thermal_regulation_temp;28 u32 batttery_overcurrent;29 u32 charge_input_threshold_volt;309 int (*fn)(struct max77693_charger *, unsigned long)) in device_attr_store()