Lines Matching refs:max77693_charger
20 struct max77693_charger { struct
260 struct max77693_charger *chg = power_supply_get_drvdata(psy); in max77693_charger_get_property()
309 int (*fn)(struct max77693_charger *, unsigned long)) in device_attr_store() argument
311 struct max77693_charger *chg = dev_get_drvdata(dev); in device_attr_store()
329 struct max77693_charger *chg = dev_get_drvdata(dev); in fast_charge_timer_show()
354 static int max77693_set_fast_charge_timer(struct max77693_charger *chg, in max77693_set_fast_charge_timer()
395 struct max77693_charger *chg = dev_get_drvdata(dev); in top_off_threshold_current_show()
415 static int max77693_set_top_off_threshold_current(struct max77693_charger *chg, in max77693_set_top_off_threshold_current()
446 struct max77693_charger *chg = dev_get_drvdata(dev); in top_off_timer_show()
463 static int max77693_set_top_off_timer(struct max77693_charger *chg, in max77693_set_top_off_timer()
490 static int max77693_set_constant_volt(struct max77693_charger *chg, in max77693_set_constant_volt()
526 static int max77693_set_min_system_volt(struct max77693_charger *chg, in max77693_set_min_system_volt()
548 static int max77693_set_thermal_regulation_temp(struct max77693_charger *chg, in max77693_set_thermal_regulation_temp()
575 static int max77693_set_batttery_overcurrent(struct max77693_charger *chg, in max77693_set_batttery_overcurrent()
599 static int max77693_set_charge_input_threshold_volt(struct max77693_charger *chg, in max77693_set_charge_input_threshold_volt()
631 static int max77693_reg_init(struct max77693_charger *chg) in max77693_reg_init()
681 static int max77693_dt_init(struct device *dev, struct max77693_charger *chg) in max77693_dt_init()
714 static int max77693_dt_init(struct device *dev, struct max77693_charger *chg) in max77693_dt_init()
722 struct max77693_charger *chg; in max77693_charger_probe()