Searched refs:tps65217_set_bits (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/mfd/ |
D | tps65217.c | 138 int tps65217_set_bits(struct tps65217 *tps, unsigned int reg, in tps65217_set_bits() function 143 EXPORT_SYMBOL_GPL(tps65217_set_bits); 224 ret = tps65217_set_bits(tps, TPS65217_REG_STATUS, in tps65217_probe()
|
/linux-4.4.14/drivers/regulator/ |
D | tps65217-regulator.c | 80 return tps65217_set_bits(tps, TPS65217_REG_ENABLE, in tps65217_pmic_enable() 106 ret = tps65217_set_bits(tps, dev->desc->vsel_reg, dev->desc->vsel_mask, in tps65217_pmic_set_voltage_sel() 112 ret = tps65217_set_bits(tps, TPS65217_REG_DEFSLEW, in tps65217_pmic_set_voltage_sel()
|
/linux-4.4.14/drivers/video/backlight/ |
D | tps65217_bl.c | 39 rc = tps65217_set_bits(tps65217_bl->tps, TPS65217_REG_WLEDCTRL1, in tps65217_bl_enable() 146 rc = tps65217_set_bits(tps65217_bl->tps, TPS65217_REG_WLEDCTRL1, in tps65217_bl_hw_init() 167 rc = tps65217_set_bits(tps65217_bl->tps, in tps65217_bl_hw_init()
|
/linux-4.4.14/include/linux/mfd/ |
D | tps65217.h | 276 int tps65217_set_bits(struct tps65217 *tps, unsigned int reg,
|
/linux-4.4.14/drivers/power/ |
D | tps65217_charger.c | 100 ret = tps65217_set_bits(charger->tps, TPS65217_REG_CHGCONFIG1, in tps65217_enable_charging()
|