Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/regulator/
Dtps65910-regulator.c611 tps65910_reg_write(pmic->mfd, TPS65910_VDD1_OP, vsel); in tps65910_set_voltage_dcdc_sel()
622 tps65910_reg_write(pmic->mfd, TPS65910_VDD2_OP, vsel); in tps65910_set_voltage_dcdc_sel()
626 tps65910_reg_write(pmic->mfd, TPS65911_VDDCTRL_OP, vsel); in tps65910_set_voltage_dcdc_sel()
930 ret = tps65910_reg_write(pmic->mfd, op_reg_add, in tps65910_set_ext_sleep_config()
938 ret = tps65910_reg_write(pmic->mfd, sr_reg_add, 0); in tps65910_set_ext_sleep_config()
/Linux-v5.4/drivers/mfd/
Dtps65911-comparator.c72 ret = tps65910_reg_write(tps65910, tps_comp.reg, val); in comp_threshold_set()
/Linux-v5.4/include/linux/mfd/
Dtps65910.h922 static inline int tps65910_reg_write(struct tps65910 *tps65910, u8 reg, in tps65910_reg_write() function