Lines Matching refs:max77693
31 struct max77693_dev *max77693; member
224 struct regmap *regmap = chg->max77693->regmap; in max77693_charger_get_property()
290 ret = regmap_read(chg->max77693->regmap, MAX77693_CHG_REG_CHG_CNFG_01, in fast_charge_timer_show()
337 return regmap_update_bits(chg->max77693->regmap, in max77693_set_fast_charge_timer()
356 ret = regmap_read(chg->max77693->regmap, MAX77693_CHG_REG_CHG_CNFG_03, in top_off_threshold_current_show()
388 return regmap_update_bits(chg->max77693->regmap, in max77693_set_top_off_threshold_current()
407 ret = regmap_read(chg->max77693->regmap, MAX77693_CHG_REG_CHG_CNFG_03, in top_off_timer_show()
431 return regmap_update_bits(chg->max77693->regmap, in max77693_set_top_off_timer()
478 return regmap_update_bits(chg->max77693->regmap, in max77693_set_constant_volt()
500 return regmap_update_bits(chg->max77693->regmap, in max77693_set_min_system_volt()
527 return regmap_update_bits(chg->max77693->regmap, in max77693_set_thermal_regulation_temp()
551 return regmap_update_bits(chg->max77693->regmap, in max77693_set_batttery_overcurrent()
579 return regmap_update_bits(chg->max77693->regmap, in max77693_set_charge_input_threshold_volt()
594 ret = regmap_update_bits(chg->max77693->regmap, in max77693_reg_init()
680 struct max77693_dev *max77693 = dev_get_drvdata(pdev->dev.parent); in max77693_charger_probe() local
689 chg->max77693 = max77693; in max77693_charger_probe()