Searched refs:rtc_device (Results 1 – 5 of 5) sorted by relevance
73 struct rtc_device;78 void (*func)(struct rtc_device *rtc);79 struct rtc_device *rtc;87 struct rtc_device { struct191 extern int rtc_read_alarm(struct rtc_device *rtc,193 extern int rtc_set_alarm(struct rtc_device *rtc,197 extern void rtc_update_irq(struct rtc_device *rtc,211 void rtc_aie_update_irq(struct rtc_device *rtc);212 void rtc_uie_update_irq(struct rtc_device *rtc);216 struct rtc_device *rtc);[all …]
9 struct rtc_device;59 struct rtc_device *alarmtimer_get_rtcdev(void);61 static inline struct rtc_device *alarmtimer_get_rtcdev(void) { return NULL; } in alarmtimer_get_rtcdev()
71 struct rtc_device *rtc_dev;
260 struct rtc_device *rtc;
43 struct rtc_device *dev;
Completed in 12 milliseconds