Lines Matching full:max77693
3 // max77693.c - Regulator driver for the Maxim 77693 and 77843
18 #include <linux/mfd/max77693.h>
19 #include <linux/mfd/max77693-common.h>
20 #include <linux/mfd/max77693-private.h>
27 * There is no need for such for MAX77693.
37 /* Register differences between chargers: MAX77693 and MAX77843 */
46 * MAX77693 CHARGER regulator - Min : 20mA, Max : 2580mA, step : 20mA
49 * Actually for MAX77693 the driver manipulates the maximum input current,
105 struct max77693_dev *max77693, in max77693_get_regmap() argument
109 return max77693->regmap; in max77693_get_regmap()
115 return max77693->regmap; in max77693_get_regmap()
117 return max77693->regmap_chg; in max77693_get_regmap()
119 return max77693->regmap; in max77693_get_regmap()
274 { "max77693-pmic", TYPE_MAX77693 },
283 .name = "max77693-pmic",