Searched refs:tps65218_clear_bits (Results 1 – 3 of 3) sorted by relevance
| /drivers/gpio/ |
| A D | gpio-tps65218.c | 49 return tps65218_clear_bits(tps65218, TPS65218_REG_ENABLE2, in tps65218_gpio_set() 80 ret = tps65218_clear_bits(tps65218, TPS65218_REG_SEQ7, in tps65218_gpio_request() 87 ret = tps65218_clear_bits(tps65218, TPS65218_REG_CONFIG1, in tps65218_gpio_request() 96 ret = tps65218_clear_bits(tps65218, TPS65218_REG_CONFIG1, in tps65218_gpio_request() 111 ret = tps65218_clear_bits(tps65218, TPS65218_REG_SEQ7, in tps65218_gpio_request() 118 ret = tps65218_clear_bits(tps65218, TPS65218_REG_CONFIG2, in tps65218_gpio_request() 149 return tps65218_clear_bits(tps65218, in tps65218_gpio_set_config()
|
| /drivers/mfd/ |
| A D | tps65218.c | 110 int tps65218_clear_bits(struct tps65218 *tps, unsigned int reg, in tps65218_clear_bits() function 115 EXPORT_SYMBOL_GPL(tps65218_clear_bits);
|
| /drivers/regulator/ |
| A D | tps65218-regulator.c | 114 return tps65218_clear_bits(tps, dev->desc->enable_reg, in tps65218_pmic_disable() 126 return tps65218_clear_bits(tps, dev->desc->bypass_reg, in tps65218_pmic_set_suspend_enable()
|
Completed in 6 milliseconds