Lines Matching refs:rtc_t
72 static int todds1337_prom_getdate(struct rtc_t *rtc);
73 static int todds1337_prom_setdate(struct rtc_t *rtc);
78 static int todds1337_read_rtc(struct rtc_t *);
79 static int todds1337_write_rtc(struct rtc_t *);
93 static struct rtc_t soft_rtc;
221 (void) todds1337_read_rtc((struct rtc_t *)arg); in todds1337_cyclic()
397 struct rtc_t rtc; in todds1337_get()
442 struct rtc_t rtc; in todds1337_set()
733 todds1337_read_rtc(struct rtc_t *rtc) in todds1337_read_rtc()
823 todds1337_write_rtc(struct rtc_t *rtc) in todds1337_write_rtc()
946 todds1337_prom_getdate(struct rtc_t *rtc) in todds1337_prom_getdate()
983 todds1337_prom_setdate(struct rtc_t *rtc) in todds1337_prom_setdate()