Lines Matching refs:rtc_time
23 static int __rtc_read_time(struct rtc_device *rtc, struct rtc_time *tm) in __rtc_read_time()
31 memset(tm, 0, sizeof(struct rtc_time)); in __rtc_read_time()
46 int rtc_read_time(struct rtc_device *rtc, struct rtc_time *tm) in rtc_read_time()
60 int rtc_set_time(struct rtc_device *rtc, struct rtc_time *tm) in rtc_set_time()
109 struct rtc_time new, old; in rtc_set_mmss()
163 struct rtc_time before, now; in __rtc_read_alarm()
216 memcpy(&before, &now, sizeof(struct rtc_time)); in __rtc_read_alarm()
353 struct rtc_time tm; in __rtc_set_alarm()
414 struct rtc_time now; in rtc_initialize_alarm()
494 struct rtc_time tm; in rtc_update_irq_enable()
874 struct rtc_time tm; in rtc_timer_do_work()