Lines Matching defs:cmos_rtc
73 struct cmos_rtc { struct
74 struct rtc_device *rtc;
75 struct device *dev;
76 int irq;
77 struct resource *iomem;
78 time64_t alarm_expires;
80 void (*wake_on)(struct device *);
81 void (*wake_off)(struct device *);
83 u8 enabled_wake;
84 u8 suspend_ctrl;
87 u8 day_alrm;
88 u8 mon_alrm;
89 u8 century;
91 struct rtc_wkalrm saved_wkalrm;
689 static struct cmos_rtc cmos_rtc; variable