Searched refs:tps65217_clear_bits (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/drivers/video/backlight/ |
H A D | tps65217_bl.c | 59 rc = tps65217_clear_bits(tps65217_bl->tps, tps65217_bl_disable() 129 rc = tps65217_clear_bits(tps65217_bl->tps, tps65217_bl_hw_init()
|
/linux-4.4.14/drivers/mfd/ |
H A D | tps65217.c | 145 int tps65217_clear_bits(struct tps65217 *tps, unsigned int reg, tps65217_clear_bits() function 150 EXPORT_SYMBOL_GPL(tps65217_clear_bits); variable
|
/linux-4.4.14/drivers/regulator/ |
H A D | tps65217-regulator.c | 94 return tps65217_clear_bits(tps, TPS65217_REG_ENABLE, tps65217_pmic_disable()
|
/linux-4.4.14/drivers/power/ |
H A D | tps65217_charger.c | 79 ret = tps65217_clear_bits(charger->tps, TPS65217_REG_CHGCONFIG1, tps65217_config_charger()
|
/linux-4.4.14/include/linux/mfd/ |
H A D | tps65217.h | 278 int tps65217_clear_bits(struct tps65217 *tps, unsigned int reg,
|
Completed in 316 milliseconds