Lines Matching refs:rtc_time
115 static void get_rtc_time (struct rtc_time *rtc_tm);
116 static void get_rtc_alm_time (struct rtc_time *alm_tm);
299 struct rtc_time wtime;
375 * This returns a struct rtc_time. Reading >= 0xc0
379 memset(&wtime, 0, sizeof(struct rtc_time));
386 * This expects a struct rtc_time. Writing 0xff means
391 struct rtc_time alm_tm;
393 if (copy_from_user(&alm_tm, (struct rtc_time*)arg,
394 sizeof(struct rtc_time)))
423 memset(&wtime, 0, sizeof(struct rtc_time));
429 struct rtc_time rtc_tm;
440 if (copy_from_user(&rtc_tm, (struct rtc_time*)arg,
441 sizeof(struct rtc_time)))
938 struct rtc_time tm;
957 "rtc_time\t: %02d:%02d:%02d\n"
1037 static void get_rtc_time(struct rtc_time *rtc_tm)
1096 * and how they are defined in a struct rtc_time;
1104 static void get_rtc_alm_time(struct rtc_time *alm_tm)