Searched refs:tps65912_clear_bits (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/drivers/mfd/ |
H A D | tps65912-core.c | 53 int tps65912_clear_bits(struct tps65912 *tps65912, u8 reg, u8 mask) tps65912_clear_bits() function 74 EXPORT_SYMBOL_GPL(tps65912_clear_bits); variable
|
/linux-4.4.14/drivers/gpio/ |
H A D | gpio-tps65912.c | 55 tps65912_clear_bits(tps65912, TPS65912_GPIO1 + offset, tps65912_gpio_set() 77 return tps65912_clear_bits(tps65912, TPS65912_GPIO1 + offset, tps65912_gpio_input()
|
/linux-4.4.14/drivers/regulator/ |
H A D | tps65912-regulator.c | 297 return tps65912_clear_bits(mfd, reg, TPS65912_REG_ENABLED); tps65912_reg_disable() 320 tps65912_clear_bits(mfd, pmic->eco_reg, DCDC_AVS_ECO_MASK); tps65912_set_mode() 326 tps65912_clear_bits(mfd, pmic->pwm_mode_reg, DCDCCTRL_DCDC_MODE_MASK); tps65912_set_mode() 327 tps65912_clear_bits(mfd, pmic->eco_reg, DCDC_AVS_ECO_MASK); tps65912_set_mode() 332 tps65912_clear_bits(mfd, pmic->pwm_mode_reg, DCDCCTRL_DCDC_MODE_MASK); tps65912_set_mode()
|
/linux-4.4.14/include/linux/mfd/ |
H A D | tps65912.h | 319 int tps65912_clear_bits(struct tps65912 *tps65912, u8 reg, u8 mask);
|
Completed in 126 milliseconds