Home
last modified time | relevance | path

Searched refs:rtc_handle (Results 1 – 4 of 4) sorted by relevance

/external/tlsdate/src/
Dutil.h76 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 *);
Dutil.c215 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()
Drtc.h4 struct rtc_handle struct
Dtlsdate.h175 struct rtc_handle hwclock;