Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/video/backlight/
Dtps65217_bl.c59 rc = tps65217_clear_bits(tps65217_bl->tps, in tps65217_bl_disable()
121 rc = tps65217_clear_bits(tps65217_bl->tps, in tps65217_bl_hw_init()
/linux-5.19.10/drivers/regulator/
Dtps65217-regulator.c95 return tps65217_clear_bits(tps, TPS65217_REG_ENABLE, in tps65217_pmic_disable()
130 return tps65217_clear_bits(tps, dev->desc->bypass_reg, in tps65217_pmic_set_suspend_enable()
/linux-5.19.10/drivers/mfd/
Dtps65217.c288 int tps65217_clear_bits(struct tps65217 *tps, unsigned int reg, in tps65217_clear_bits() function
293 EXPORT_SYMBOL_GPL(tps65217_clear_bits);
/linux-5.19.10/include/linux/mfd/
Dtps65217.h286 int tps65217_clear_bits(struct tps65217 *tps, unsigned int reg,
/linux-5.19.10/drivers/power/supply/
Dtps65217_charger.c67 ret = tps65217_clear_bits(charger->tps, TPS65217_REG_CHGCONFIG1, in tps65217_config_charger()