Searched refs:tps_dev (Results 1 - 1 of 1) sorted by relevance

/drivers/rtc/
H A Drtc-tps6586x.c72 struct device *tps_dev = to_tps6586x_dev(dev); local
79 ret = tps6586x_reads(tps_dev, RTC_COUNT4_DUMMYREAD, sizeof(buff), buff);
99 struct device *tps_dev = to_tps6586x_dev(dev); local
120 ret = tps6586x_clr_bits(tps_dev, RTC_CTRL, RTC_ENABLE);
126 ret = tps6586x_writes(tps_dev, RTC_COUNT4, sizeof(buff), buff);
133 ret = tps6586x_set_bits(tps_dev, RTC_CTRL, RTC_ENABLE);
159 struct device *tps_dev = to_tps6586x_dev(dev); local
183 ret = tps6586x_reads(tps_dev, RTC_COUNT4_DUMMYREAD,
204 ret = tps6586x_writes(tps_dev, RTC_ALARM1_HI, sizeof(buff), buff);
214 struct device *tps_dev local
252 struct device *tps_dev = to_tps6586x_dev(&pdev->dev); local
307 struct device *tps_dev = to_tps6586x_dev(&pdev->dev); local
[all...]

Completed in 26 milliseconds