Lines Matching defs:cmos_rtc
77 struct cmos_rtc { struct
78 struct rtc_device *rtc;
79 struct device *dev;
80 int irq;
81 struct resource *iomem;
82 time64_t alarm_expires;
84 void (*wake_on)(struct device *);
85 void (*wake_off)(struct device *);
87 u8 enabled_wake;
88 u8 suspend_ctrl;
91 u8 day_alrm;
92 u8 mon_alrm;
93 u8 century;
95 struct rtc_wkalrm saved_wkalrm;
652 static struct cmos_rtc cmos_rtc; variable