Searched defs:max77693_charger (Results 1 – 1 of 1) sorted by relevance
29 struct max77693_charger { struct30 struct device *dev;31 struct max77693_dev *max77693;32 struct power_supply *charger;34 u32 constant_volt;35 u32 min_system_volt;36 u32 thermal_regulation_temp;37 u32 batttery_overcurrent;38 u32 charge_input_threshold_volt;266 int (*fn)(struct max77693_charger *, unsigned long)) in device_attr_store()