Home
last modified time | relevance | path

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

/external/tlsdate/src/
Dutil.c237 int rtc_write(struct rtc_handle *handle, const struct timeval *tv) in rtc_write() function
375 .rtc_write = rtc_write,
Dutil.h77 int (*rtc_write)(struct rtc_handle *, const struct timeval *tv); member
Dtlsdate-setter.c159 platform->rtc_write(&state->hwclock, &tv)) in time_setter_coprocess()
Dtlsdated-unittest.c316 self->platform.rtc_write = NULL; in FIXTURE_SETUP()