Home
last modified time | relevance | path

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

/external/tlsdate/src/
Dutil.c215 int rtc_open(struct rtc_handle *h) in rtc_open() function
374 .rtc_open = rtc_open,
Dutil.h76 int (*rtc_open)(struct rtc_handle *); member
Dtlsdated-unittest.c315 self->platform.rtc_open = NULL; in FIXTURE_SETUP()
Dtlsdated.c501 platform->rtc_open(&state.hwclock)) in main()