Searched refs:tps65910_set_bits (Results 1 – 3 of 3) sorted by relevance
/drivers/gpio/ |
D | gpio-tps65910.c | 42 tps65910_set_bits(tps65910, TPS65910_GPIO0 + offset, in tps65910_gpio_set() 57 return tps65910_set_bits(tps65910, TPS65910_GPIO0 + offset, in tps65910_gpio_output() 105 ret = tps65910_set_bits(tps65910, in tps65910_gpio_init()
|
/drivers/mfd/ |
D | tps65910.c | 52 int tps65910_set_bits(struct tps65910 *tps65910, u8 reg, u8 mask) in tps65910_set_bits() function 56 EXPORT_SYMBOL_GPL(tps65910_set_bits);
|
/drivers/regulator/ |
D | tps65910-regulator.c | 496 return tps65910_set_bits(mfd, reg, TPS65910_SUPPLY_STATE_ENABLED); in tps65910_enable() 535 return tps65910_set_bits(mfd, reg, value); in tps65910_set_mode() 997 ret = tps65910_set_bits(mfd, in tps65910_set_ext_sleep_config() 1010 ret = tps65910_set_bits(mfd, in tps65910_set_ext_sleep_config() 1025 ret = tps65910_set_bits(mfd, in tps65910_set_ext_sleep_config() 1084 ret = tps65910_set_bits(mfd, in tps65910_set_ext_sleep_config() 1120 tps65910_set_bits(pmic->mfd, TPS65910_DEVCTRL, in tps65910_probe()
|