Searched refs:tps65910_reg_set_bits (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/mfd/ |
D | tps65910.c | 330 ret = tps65910_reg_set_bits(tps65910, TPS65910_DEVCTRL, in tps65910_sleepinit() 342 ret = tps65910_reg_set_bits(tps65910, in tps65910_sleepinit() 352 ret = tps65910_reg_set_bits(tps65910, in tps65910_sleepinit() 362 ret = tps65910_reg_set_bits(tps65910, in tps65910_sleepinit() 447 if (tps65910_reg_set_bits(tps65910, TPS65910_DEVCTRL, in tps65910_power_off()
|
/linux-4.4.14/drivers/gpio/ |
D | gpio-tps65910.c | 56 tps65910_reg_set_bits(tps65910, TPS65910_GPIO0 + offset, in tps65910_gpio_set() 72 return tps65910_reg_set_bits(tps65910, TPS65910_GPIO0 + offset, in tps65910_gpio_output() 170 ret = tps65910_reg_set_bits(tps65910, in tps65910_gpio_probe()
|
/linux-4.4.14/drivers/regulator/ |
D | tps65910-regulator.c | 412 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 tps65910_reg_set_bits(pmic->mfd, TPS65910_DEVCTRL, in tps65910_probe()
|
/linux-4.4.14/include/linux/mfd/ |
D | tps65910.h | 932 static inline int tps65910_reg_set_bits(struct tps65910 *tps65910, u8 reg, in tps65910_reg_set_bits() function
|