Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/gpio/
Dgpio-tps65910.c51 tps65910_reg_set_bits(tps65910, TPS65910_GPIO0 + offset, in tps65910_gpio_set()
67 return tps65910_reg_set_bits(tps65910, TPS65910_GPIO0 + offset, in tps65910_gpio_output()
165 ret = tps65910_reg_set_bits(tps65910, in tps65910_gpio_probe()
/linux-4.19.296/drivers/regulator/
Dtps65910-regulator.c412 return tps65910_reg_set_bits(mfd, reg, value); in tps65910_set_mode()
858 ret = tps65910_reg_set_bits(mfd, in tps65910_set_ext_sleep_config()
871 ret = tps65910_reg_set_bits(mfd, in tps65910_set_ext_sleep_config()
886 ret = tps65910_reg_set_bits(mfd, in tps65910_set_ext_sleep_config()
954 ret = tps65910_reg_set_bits(mfd, in tps65910_set_ext_sleep_config()
1105 err = tps65910_reg_set_bits(pmic->mfd, TPS65910_DEVCTRL, in tps65910_probe()
/linux-4.19.296/include/linux/mfd/
Dtps65910.h933 static inline int tps65910_reg_set_bits(struct tps65910 *tps65910, u8 reg, in tps65910_reg_set_bits() function