Searched refs:tps65910_reg_clear_bits (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpio/ |
D | gpio-tps65910.c | 49 tps65910_reg_clear_bits(tps65910, TPS65910_GPIO0 + offset, in tps65910_gpio_set() 71 return tps65910_reg_clear_bits(tps65910, TPS65910_GPIO0 + offset, in tps65910_gpio_input()
|
/kernel/linux/linux-5.10/drivers/mfd/ |
D | tps65910.c | 295 ret = tps65910_reg_clear_bits(tps65910, TPS65910_DEVCTRL, in tps65910_ck32k_init() 357 tps65910_reg_clear_bits(tps65910, TPS65910_DEVCTRL, in tps65910_sleepinit() 443 tps65910_reg_clear_bits(tps65910, TPS65910_DEVCTRL, in tps65910_power_off()
|
/kernel/linux/linux-5.10/include/linux/mfd/ |
D | tps65910.h | 934 static inline int tps65910_reg_clear_bits(struct tps65910 *tps65910, u8 reg, in tps65910_reg_clear_bits() function
|