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

/linux-4.4.14/drivers/regulator/
H A Dtps65217-regulator.c80 return tps65217_set_bits(tps, TPS65217_REG_ENABLE, tps65217_pmic_enable()
106 ret = tps65217_set_bits(tps, dev->desc->vsel_reg, dev->desc->vsel_mask, tps65217_pmic_set_voltage_sel()
112 ret = tps65217_set_bits(tps, TPS65217_REG_DEFSLEW, tps65217_pmic_set_voltage_sel()
/linux-4.4.14/drivers/video/backlight/
H A Dtps65217_bl.c39 rc = tps65217_set_bits(tps65217_bl->tps, TPS65217_REG_WLEDCTRL1, tps65217_bl_enable()
146 rc = tps65217_set_bits(tps65217_bl->tps, TPS65217_REG_WLEDCTRL1, tps65217_bl_hw_init()
167 rc = tps65217_set_bits(tps65217_bl->tps, tps65217_bl_hw_init()
/linux-4.4.14/drivers/mfd/
H A Dtps65217.c138 int tps65217_set_bits(struct tps65217 *tps, unsigned int reg, tps65217_set_bits() function
143 EXPORT_SYMBOL_GPL(tps65217_set_bits); variable
224 ret = tps65217_set_bits(tps, TPS65217_REG_STATUS, tps65217_probe()
/linux-4.4.14/drivers/power/
H A Dtps65217_charger.c100 ret = tps65217_set_bits(charger->tps, TPS65217_REG_CHGCONFIG1, tps65217_enable_charging()
/linux-4.4.14/include/linux/mfd/
H A Dtps65217.h276 int tps65217_set_bits(struct tps65217 *tps, unsigned int reg,

Completed in 304 milliseconds