Home
last modified time | relevance | path

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

/openbmc/linux/drivers/power/supply/
H A Dmax14577_charger.c226 return max14577_update_reg(chg->max14577->regmap, in max14577_set_fast_charge_timer()
296 return max14577_update_reg(chg->max14577->regmap, in max14577_init_eoc()
315 return max14577_update_reg(chg->max14577->regmap, in max14577_init_fast_charge()
338 max14577_update_reg(rmap, MAX14577_REG_CDETCTRL1, in max14577_charger_reg_init()
/openbmc/linux/drivers/extcon/
H A Dextcon-max14577.c168 ret = max14577_update_reg(info->max14577->regmap, in max14577_muic_set_debounce_time()
202 ret = max14577_update_reg(info->max14577->regmap, in max14577_muic_set_path()
215 ret = max14577_update_reg(info->max14577->regmap, in max14577_muic_set_path()
228 ret = max14577_update_reg(info->max14577->regmap, in max14577_muic_set_path()
/openbmc/linux/drivers/regulator/
H A Dmax14577-regulator.c73 return max14577_update_reg(rdev->regmap, MAX14577_CHG_REG_CHG_CTRL4, in max14577_reg_set_current_limit()
/openbmc/linux/include/linux/mfd/
H A Dmax14577-private.h470 static inline int max14577_update_reg(struct regmap *map, u8 reg, u8 mask, in max14577_update_reg() function