epoch_sec         111 drivers/rtc/rtc-vr41xx.c 	time64_t epoch_sec, elapsed_sec;
epoch_sec         113 drivers/rtc/rtc-vr41xx.c 	epoch_sec = mktime64(epoch, 1, 1, 0, 0, 0);
epoch_sec         116 drivers/rtc/rtc-vr41xx.c 	rtc_time64_to_tm(epoch_sec + elapsed_sec, time);
epoch_sec         123 drivers/rtc/rtc-vr41xx.c 	time64_t epoch_sec, current_sec;
epoch_sec         125 drivers/rtc/rtc-vr41xx.c 	epoch_sec = mktime64(epoch, 1, 1, 0, 0, 0);
epoch_sec         128 drivers/rtc/rtc-vr41xx.c 	write_elapsed_second(current_sec - epoch_sec);