Searched refs:tps65218_set_bits (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/drivers/regulator/ |
D | tps65218-regulator.c | 74 ret = tps65218_set_bits(tps, dev->desc->vsel_reg, dev->desc->vsel_mask, in tps65218_pmic_set_voltage_sel() 81 ret = tps65218_set_bits(tps, TPS65218_REG_CONTRL_SLEW_RATE, in tps65218_pmic_set_voltage_sel() 100 return tps65218_set_bits(tps, dev->desc->enable_reg, in tps65218_pmic_enable() 154 return tps65218_set_bits(tps, dev->desc->bypass_reg, in tps65218_pmic_set_suspend_disable() 201 return tps65218_set_bits(tps, dev->desc->csel_reg, dev->desc->csel_mask, in tps65218_pmic_set_input_current_lim() 221 return tps65218_set_bits(tps, dev->desc->csel_reg, dev->desc->csel_mask, in tps65218_pmic_set_current_limit()
|
/Linux-v6.6/drivers/gpio/ |
D | gpio-tps65218.c | 44 tps65218_set_bits(tps65218, TPS65218_REG_ENABLE2, in tps65218_gpio_set() 160 return tps65218_set_bits(tps65218, in tps65218_gpio_set_config()
|
/Linux-v6.6/drivers/mfd/ |
D | tps65218.c | 103 int tps65218_set_bits(struct tps65218 *tps, unsigned int reg, in tps65218_set_bits() function 108 EXPORT_SYMBOL_GPL(tps65218_set_bits);
|
/Linux-v6.6/include/linux/mfd/ |
D | tps65218.h | 268 int tps65218_set_bits(struct tps65218 *tps, unsigned int reg,
|