Home
last modified time | relevance | path

Searched refs:tps6586x_writes (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/rtc/
A Drtc-tps6586x.c106 ret = tps6586x_writes(tps_dev, RTC_COUNT4, sizeof(buff), buff); in tps6586x_rtc_set_time()
177 ret = tps6586x_writes(tps_dev, RTC_ALARM1_HI, sizeof(buff), buff); in tps6586x_rtc_set_alarm()
/linux/include/linux/mfd/
A Dtps6586x.h102 extern int tps6586x_writes(struct device *dev, int reg, int len, uint8_t *val);
/linux/drivers/mfd/
A Dtps6586x.c148 int tps6586x_writes(struct device *dev, int reg, int len, uint8_t *val) in tps6586x_writes() function
154 EXPORT_SYMBOL_GPL(tps6586x_writes);

Completed in 6 milliseconds