Home
last modified time | relevance | path

Searched refs:tps65910_reg_clear_bits (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/regulator/
Dtps65910-regulator.c414 return tps65910_reg_clear_bits(mfd, reg, LDO_ST_ON_BIT); in tps65910_set_mode()
861 ret = tps65910_reg_clear_bits(mfd, in tps65910_set_ext_sleep_config()
874 ret = tps65910_reg_clear_bits(mfd, in tps65910_set_ext_sleep_config()
889 ret = tps65910_reg_clear_bits(mfd, in tps65910_set_ext_sleep_config()
901 ret = tps65910_reg_clear_bits(mfd, in tps65910_set_ext_sleep_config()
904 ret = tps65910_reg_clear_bits(mfd, in tps65910_set_ext_sleep_config()
950 ret = tps65910_reg_clear_bits(mfd, in tps65910_set_ext_sleep_config()
957 ret = tps65910_reg_clear_bits(mfd, in tps65910_set_ext_sleep_config()
/linux-4.1.27/drivers/gpio/
Dgpio-tps65910.c59 tps65910_reg_clear_bits(tps65910, TPS65910_GPIO0 + offset, in tps65910_gpio_set()
81 return tps65910_reg_clear_bits(tps65910, TPS65910_GPIO0 + offset, in tps65910_gpio_input()
/linux-4.1.27/drivers/mfd/
Dtps65910.c308 ret = tps65910_reg_clear_bits(tps65910, TPS65910_DEVCTRL, in tps65910_ck32k_init()
374 tps65910_reg_clear_bits(tps65910, TPS65910_DEVCTRL, in tps65910_sleepinit()
451 tps65910_reg_clear_bits(tps65910, TPS65910_DEVCTRL, in tps65910_power_off()
/linux-4.1.27/include/linux/mfd/
Dtps65910.h938 static inline int tps65910_reg_clear_bits(struct tps65910 *tps65910, u8 reg, in tps65910_reg_clear_bits() function