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