Lines Matching full:max77693

12 #include <linux/mfd/max77693.h>
13 #include <linux/mfd/max77693-common.h>
14 #include <linux/mfd/max77693-private.h>
16 #define MAX77693_CHARGER_NAME "max77693-charger"
17 static const char *max77693_charger_model = "MAX77693";
22 struct max77693_dev *max77693; member
261 struct regmap *regmap = chg->max77693->regmap; in max77693_charger_get_property()
333 ret = regmap_read(chg->max77693->regmap, MAX77693_CHG_REG_CHG_CNFG_01, in fast_charge_timer_show()
380 return regmap_update_bits(chg->max77693->regmap, in max77693_set_fast_charge_timer()
399 ret = regmap_read(chg->max77693->regmap, MAX77693_CHG_REG_CHG_CNFG_03, in top_off_threshold_current_show()
431 return regmap_update_bits(chg->max77693->regmap, in max77693_set_top_off_threshold_current()
450 ret = regmap_read(chg->max77693->regmap, MAX77693_CHG_REG_CHG_CNFG_03, in top_off_timer_show()
474 return regmap_update_bits(chg->max77693->regmap, in max77693_set_top_off_timer()
521 return regmap_update_bits(chg->max77693->regmap, in max77693_set_constant_volt()
543 return regmap_update_bits(chg->max77693->regmap, in max77693_set_min_system_volt()
570 return regmap_update_bits(chg->max77693->regmap, in max77693_set_thermal_regulation_temp()
594 return regmap_update_bits(chg->max77693->regmap, in max77693_set_batttery_overcurrent()
623 return regmap_update_bits(chg->max77693->regmap, in max77693_set_charge_input_threshold_volt()
638 ret = regmap_update_bits(chg->max77693->regmap, in max77693_reg_init()
724 struct max77693_dev *max77693 = dev_get_drvdata(pdev->dev.parent); in max77693_charger_probe() local
733 chg->max77693 = max77693; in max77693_charger_probe()
791 { "max77693-charger", 0, },
798 .name = "max77693-charger",