Searched refs:tps6586x_update (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/gpio/ |
D | gpio-tps6586x.c | 59 tps6586x_update(tps6586x_gpio->parent, TPS6586X_GPIOSET2, in tps6586x_gpio_set() 74 return tps6586x_update(tps6586x_gpio->parent, TPS6586X_GPIOSET1, in tps6586x_gpio_output()
|
/Linux-v4.19/drivers/rtc/ |
D | rtc-tps6586x.c | 247 ret = tps6586x_update(tps_dev, RTC_CTRL, in tps6586x_rtc_probe() 291 tps6586x_update(tps_dev, RTC_CTRL, 0, in tps6586x_rtc_probe() 300 tps6586x_update(tps_dev, RTC_CTRL, 0, in tps6586x_rtc_remove()
|
/Linux-v4.19/include/linux/mfd/ |
D | tps6586x.h | 107 extern int tps6586x_update(struct device *dev, int reg, uint8_t val,
|
/Linux-v4.19/drivers/mfd/ |
D | tps6586x.c | 196 int tps6586x_update(struct device *dev, int reg, uint8_t val, uint8_t mask) in tps6586x_update() function 202 EXPORT_SYMBOL_GPL(tps6586x_update);
|