Searched refs:tps65217_set_bits (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/mfd/ |
H A D | tps65217.c | 48 ret = tps65217_set_bits(tps, TPS65217_REG_INT, TPS65217_INT_MASK, in tps65217_irq_sync_unlock() 158 tps65217_set_bits(tps, TPS65217_REG_INT, TPS65217_INT_MASK, in tps65217_irq_init() 272 int tps65217_set_bits(struct tps65217 *tps, unsigned int reg, in tps65217_set_bits() function 277 EXPORT_SYMBOL_GPL(tps65217_set_bits); 362 ret = tps65217_set_bits(tps, TPS65217_REG_STATUS, in tps65217_probe()
|
/openbmc/linux/drivers/regulator/ |
H A D | tps65217-regulator.c | 73 return tps65217_set_bits(tps, TPS65217_REG_ENABLE, in tps65217_pmic_enable() 99 ret = tps65217_set_bits(tps, dev->desc->vsel_reg, dev->desc->vsel_mask, in tps65217_pmic_set_voltage_sel() 105 ret = tps65217_set_bits(tps, TPS65217_REG_DEFSLEW, in tps65217_pmic_set_voltage_sel() 138 return tps65217_set_bits(tps, dev->desc->bypass_reg, in tps65217_pmic_set_suspend_disable()
|
/openbmc/linux/drivers/video/backlight/ |
H A D | tps65217_bl.c | 31 rc = tps65217_set_bits(tps65217_bl->tps, TPS65217_REG_WLEDCTRL1, in tps65217_bl_enable() 130 rc = tps65217_set_bits(tps65217_bl->tps, TPS65217_REG_WLEDCTRL1, in tps65217_bl_hw_init() 151 rc = tps65217_set_bits(tps65217_bl->tps, in tps65217_bl_hw_init()
|
/openbmc/linux/include/linux/mfd/ |
H A D | tps65217.h | 276 int tps65217_set_bits(struct tps65217 *tps, unsigned int reg,
|
/openbmc/linux/drivers/power/supply/ |
H A D | tps65217_charger.c | 87 ret = tps65217_set_bits(charger->tps, TPS65217_REG_CHGCONFIG1, in tps65217_enable_charging()
|