Home
last modified time | relevance | path

Searched refs:tps65217_set_bits (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/drivers/mfd/
Dtps65217.c57 ret = tps65217_set_bits(tps, TPS65217_REG_INT, TPS65217_INT_MASK, in tps65217_irq_sync_unlock()
167 tps65217_set_bits(tps, TPS65217_REG_INT, TPS65217_INT_MASK, in tps65217_irq_init()
281 int tps65217_set_bits(struct tps65217 *tps, unsigned int reg, in tps65217_set_bits() function
286 EXPORT_SYMBOL_GPL(tps65217_set_bits);
371 ret = tps65217_set_bits(tps, TPS65217_REG_STATUS, in tps65217_probe()
/linux-5.19.10/drivers/regulator/
Dtps65217-regulator.c81 return tps65217_set_bits(tps, TPS65217_REG_ENABLE, in tps65217_pmic_enable()
107 ret = tps65217_set_bits(tps, dev->desc->vsel_reg, dev->desc->vsel_mask, in tps65217_pmic_set_voltage_sel()
113 ret = tps65217_set_bits(tps, TPS65217_REG_DEFSLEW, in tps65217_pmic_set_voltage_sel()
146 return tps65217_set_bits(tps, dev->desc->bypass_reg, in tps65217_pmic_set_suspend_disable()
/linux-5.19.10/drivers/video/backlight/
Dtps65217_bl.c39 rc = tps65217_set_bits(tps65217_bl->tps, TPS65217_REG_WLEDCTRL1, in tps65217_bl_enable()
138 rc = tps65217_set_bits(tps65217_bl->tps, TPS65217_REG_WLEDCTRL1, in tps65217_bl_hw_init()
159 rc = tps65217_set_bits(tps65217_bl->tps, in tps65217_bl_hw_init()
/linux-5.19.10/include/linux/mfd/
Dtps65217.h284 int tps65217_set_bits(struct tps65217 *tps, unsigned int reg,
/linux-5.19.10/drivers/power/supply/
Dtps65217_charger.c88 ret = tps65217_set_bits(charger->tps, TPS65217_REG_CHGCONFIG1, in tps65217_enable_charging()