Lines Matching refs: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"
22 struct max77693_dev *max77693;
215 struct regmap *regmap = chg->max77693->regmap;
281 ret = regmap_read(chg->max77693->regmap, MAX77693_CHG_REG_CHG_CNFG_01,
328 return regmap_update_bits(chg->max77693->regmap,
347 ret = regmap_read(chg->max77693->regmap, MAX77693_CHG_REG_CHG_CNFG_03,
379 return regmap_update_bits(chg->max77693->regmap,
398 ret = regmap_read(chg->max77693->regmap, MAX77693_CHG_REG_CHG_CNFG_03,
422 return regmap_update_bits(chg->max77693->regmap,
469 return regmap_update_bits(chg->max77693->regmap,
491 return regmap_update_bits(chg->max77693->regmap,
518 return regmap_update_bits(chg->max77693->regmap,
542 return regmap_update_bits(chg->max77693->regmap,
571 return regmap_update_bits(chg->max77693->regmap,
586 ret = regmap_update_bits(chg->max77693->regmap,
672 struct max77693_dev *max77693 = dev_get_drvdata(pdev->dev.parent);
681 chg->max77693 = max77693;
745 { "max77693-charger", 0, },
752 .name = "max77693-charger",