Lines Matching refs:epoch
209 static unsigned long epoch = 1900; /* year corresponding to 0x00 */ variable
584 yrs -= epoch; in rtc_do_ioctl()
695 return put_user(epoch, (unsigned long __user *)arg); in rtc_do_ioctl()
708 epoch = arg; in rtc_do_ioctl()
1091 epoch = 2000; in rtc_init()
1094 epoch = 1980; in rtc_init()
1097 epoch = 1952; in rtc_init()
1101 epoch = 2000; in rtc_init()
1105 epoch = 1900; in rtc_init()
1111 guess, epoch); in rtc_init()
1238 tm.tm_year + 1900, tm.tm_mon + 1, tm.tm_mday, epoch); in rtc_proc_show()
1356 rtc_tm->tm_year += epoch - 1900; in rtc_get_rtc_time()