Searched refs:rtc_handle (Results 1 – 4 of 4) sorted by relevance
76 int (*rtc_open)(struct rtc_handle *);77 int (*rtc_write)(struct rtc_handle *, const struct timeval *tv);78 int (*rtc_read)(struct rtc_handle *, struct timeval *tv);79 int (*rtc_close)(struct rtc_handle *);
215 int rtc_open(struct rtc_handle *h) in rtc_open()237 int rtc_write(struct rtc_handle *handle, const struct timeval *tv) in rtc_write()267 int rtc_read(struct rtc_handle *handle, struct timeval *tv) in rtc_read()295 int rtc_close(struct rtc_handle *handle) in rtc_close()297 struct rtc_handle *h = handle; in rtc_close()
4 struct rtc_handle struct
175 struct rtc_handle hwclock;