Home
last modified time | relevance | path

Searched refs:tps65910_reg_write (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/regulator/
Dtps65910-regulator.c616 tps65910_reg_write(pmic->mfd, TPS65910_VDD1_OP, vsel); in tps65910_set_voltage_dcdc_sel()
627 tps65910_reg_write(pmic->mfd, TPS65910_VDD2_OP, vsel); in tps65910_set_voltage_dcdc_sel()
631 tps65910_reg_write(pmic->mfd, TPS65911_VDDCTRL_OP, vsel); in tps65910_set_voltage_dcdc_sel()
935 ret = tps65910_reg_write(pmic->mfd, op_reg_add, in tps65910_set_ext_sleep_config()
943 ret = tps65910_reg_write(pmic->mfd, sr_reg_add, 0); in tps65910_set_ext_sleep_config()
/Linux-v4.19/drivers/mfd/
Dtps65911-comparator.c77 ret = tps65910_reg_write(tps65910, tps_comp.reg, val); in comp_threshold_set()
/Linux-v4.19/include/linux/mfd/
Dtps65910.h927 static inline int tps65910_reg_write(struct tps65910 *tps65910, u8 reg, in tps65910_reg_write() function