Home
last modified time | relevance | path

Searched refs:max14577_update_reg (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/power/
Dmax14577_charger.c236 return max14577_update_reg(chg->max14577->regmap, in max14577_set_fast_charge_timer()
306 return max14577_update_reg(chg->max14577->regmap, in max14577_init_eoc()
325 return max14577_update_reg(chg->max14577->regmap, in max14577_init_fast_charge()
348 max14577_update_reg(rmap, MAX14577_REG_CDETCTRL1, in max14577_charger_reg_init()
/linux-4.1.27/drivers/extcon/
Dextcon-max14577.c195 ret = max14577_update_reg(info->max14577->regmap, in max14577_muic_set_debounce_time()
229 ret = max14577_update_reg(info->max14577->regmap, in max14577_muic_set_path()
242 ret = max14577_update_reg(info->max14577->regmap, in max14577_muic_set_path()
255 ret = max14577_update_reg(info->max14577->regmap, in max14577_muic_set_path()
/linux-4.1.27/drivers/regulator/
Dmax14577.c83 return max14577_update_reg(rdev->regmap, MAX14577_CHG_REG_CHG_CTRL4, in max14577_reg_set_current_limit()
/linux-4.1.27/include/linux/mfd/
Dmax14577-private.h479 static inline int max14577_update_reg(struct regmap *map, u8 reg, u8 mask, in max14577_update_reg() function