Searched refs:tps65218_clear_bits (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/gpio/ |
D | gpio-tps65218.c | 49 tps65218_clear_bits(tps65218, TPS65218_REG_ENABLE2, in tps65218_gpio_set() 86 ret = tps65218_clear_bits(tps65218, TPS65218_REG_SEQ7, in tps65218_gpio_request() 93 ret = tps65218_clear_bits(tps65218, TPS65218_REG_CONFIG1, in tps65218_gpio_request() 102 ret = tps65218_clear_bits(tps65218, TPS65218_REG_CONFIG1, in tps65218_gpio_request() 117 ret = tps65218_clear_bits(tps65218, TPS65218_REG_SEQ7, in tps65218_gpio_request() 124 ret = tps65218_clear_bits(tps65218, TPS65218_REG_CONFIG2, in tps65218_gpio_request() 155 return tps65218_clear_bits(tps65218, in tps65218_gpio_set_config()
|
/linux-5.19.10/drivers/mfd/ |
D | tps65218.c | 119 int tps65218_clear_bits(struct tps65218 *tps, unsigned int reg, in tps65218_clear_bits() function 124 EXPORT_SYMBOL_GPL(tps65218_clear_bits);
|
/linux-5.19.10/drivers/regulator/ |
D | tps65218-regulator.c | 122 return tps65218_clear_bits(tps, dev->desc->enable_reg, in tps65218_pmic_disable() 134 return tps65218_clear_bits(tps, dev->desc->bypass_reg, in tps65218_pmic_set_suspend_enable()
|
/linux-5.19.10/include/linux/mfd/ |
D | tps65218.h | 278 int tps65218_clear_bits(struct tps65218 *tps, unsigned int reg,
|