Searched refs:tps6586x_update (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/gpio/ |
A D | gpio-tps6586x.c | 48 tps6586x_update(tps6586x_gpio->parent, TPS6586X_GPIOSET2, in tps6586x_gpio_set() 63 return tps6586x_update(tps6586x_gpio->parent, TPS6586X_GPIOSET1, in tps6586x_gpio_output()
|
/linux/drivers/rtc/ |
A D | rtc-tps6586x.c | 235 ret = tps6586x_update(tps_dev, RTC_CTRL, in tps6586x_rtc_probe() 277 tps6586x_update(tps_dev, RTC_CTRL, 0, in tps6586x_rtc_probe() 286 tps6586x_update(tps_dev, RTC_CTRL, 0, in tps6586x_rtc_remove()
|
/linux/include/linux/mfd/ |
A D | tps6586x.h | 107 extern int tps6586x_update(struct device *dev, int reg, uint8_t val,
|
/linux/drivers/mfd/ |
A D | tps6586x.c | 193 int tps6586x_update(struct device *dev, int reg, uint8_t val, uint8_t mask) in tps6586x_update() function 199 EXPORT_SYMBOL_GPL(tps6586x_update);
|
Completed in 7 milliseconds