Searched refs:current_tm (Results 1 – 2 of 2) sorted by relevance
263 s->current_tm = gmtime(get_localtime(d)); in alarm_timer_update()481 s->current_tm = gmtime(get_localtime(d)); in rtc_ioport_write()502 s->current_tm = gmtime(get_localtime(d)); in rtc_ioport_write()575 struct tm *tm = &s->current_tm; in rtc_set_time()605 const struct tm *tm = &s->current_tm; in rtc_copy_date()668 s->current_tm = gmtime(get_localtime(d)); in rtc_ioport_read()773 s->current_tm = gmtime(get_localtime(d)); in rtc_load()825 s->current_tm = gmtime(get_localtime(d)); in rtc_init()858 s->current_tm = gmtime(get_localtime(d)); in rtc_update_clock()
104 struct tm current_tm; member
Completed in 4 milliseconds