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()
37 int rtc_read_time(struct rtc_device *rtc, struct rtc_time *tm) in rtc_read_time()
51 int rtc_set_time(struct rtc_device *rtc, struct rtc_time *tm) in rtc_set_time()
96 struct rtc_time new, old; in rtc_set_mmss()
150 struct rtc_time before, now; in __rtc_read_alarm()
203 memcpy(&before, &now, sizeof(struct rtc_time)); in __rtc_read_alarm()
340 struct rtc_time tm; in __rtc_set_alarm()
401 struct rtc_time now; in rtc_initialize_alarm()
481 struct rtc_time tm; in rtc_update_irq_enable()
861 struct rtc_time tm; in rtc_timer_do_work()