Home
last modified time | relevance | path

Searched refs:tps65218_clear_bits (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/gpio/
Dgpio-tps65218.c53 tps65218_clear_bits(tps65218, TPS65218_REG_ENABLE2, in tps65218_gpio_set()
90 ret = tps65218_clear_bits(tps65218, TPS65218_REG_SEQ7, in tps65218_gpio_request()
97 ret = tps65218_clear_bits(tps65218, TPS65218_REG_CONFIG1, in tps65218_gpio_request()
106 ret = tps65218_clear_bits(tps65218, TPS65218_REG_CONFIG1, in tps65218_gpio_request()
121 ret = tps65218_clear_bits(tps65218, TPS65218_REG_SEQ7, in tps65218_gpio_request()
128 ret = tps65218_clear_bits(tps65218, TPS65218_REG_CONFIG2, in tps65218_gpio_request()
159 return tps65218_clear_bits(tps65218, in tps65218_gpio_set_config()
/Linux-v4.19/drivers/mfd/
Dtps65218.c119 int tps65218_clear_bits(struct tps65218 *tps, unsigned int reg, in tps65218_clear_bits() function
124 EXPORT_SYMBOL_GPL(tps65218_clear_bits);
/Linux-v4.19/drivers/regulator/
Dtps65218-regulator.c119 return tps65218_clear_bits(tps, dev->desc->enable_reg, in tps65218_pmic_disable()
131 return tps65218_clear_bits(tps, dev->desc->bypass_reg, in tps65218_pmic_set_suspend_enable()
/Linux-v4.19/include/linux/mfd/
Dtps65218.h273 int tps65218_clear_bits(struct tps65218 *tps, unsigned int reg,