Searched refs:tps65910_reg_set_bits (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/mfd/ |
D | tps65910.c | 317 ret = tps65910_reg_set_bits(tps65910, TPS65910_DEVCTRL, in tps65910_sleepinit() 325 ret = tps65910_reg_set_bits(tps65910, in tps65910_sleepinit() 335 ret = tps65910_reg_set_bits(tps65910, in tps65910_sleepinit() 345 ret = tps65910_reg_set_bits(tps65910, in tps65910_sleepinit() 439 if (tps65910_reg_set_bits(tps65910, TPS65910_DEVCTRL, in tps65910_power_off()
|
/Linux-v5.4/drivers/gpio/ |
D | gpio-tps65910.c | 46 tps65910_reg_set_bits(tps65910, TPS65910_GPIO0 + offset, in tps65910_gpio_set() 62 return tps65910_reg_set_bits(tps65910, TPS65910_GPIO0 + offset, in tps65910_gpio_output() 160 ret = tps65910_reg_set_bits(tps65910, in tps65910_gpio_probe()
|
/Linux-v5.4/drivers/regulator/ |
D | tps65910-regulator.c | 407 return tps65910_reg_set_bits(mfd, reg, value); in tps65910_set_mode() 853 ret = tps65910_reg_set_bits(mfd, in tps65910_set_ext_sleep_config() 866 ret = tps65910_reg_set_bits(mfd, in tps65910_set_ext_sleep_config() 881 ret = tps65910_reg_set_bits(mfd, in tps65910_set_ext_sleep_config() 949 ret = tps65910_reg_set_bits(mfd, in tps65910_set_ext_sleep_config() 1100 err = tps65910_reg_set_bits(pmic->mfd, TPS65910_DEVCTRL, in tps65910_probe()
|
/Linux-v5.4/include/linux/mfd/ |
D | tps65910.h | 928 static inline int tps65910_reg_set_bits(struct tps65910 *tps65910, u8 reg, in tps65910_reg_set_bits() function
|