Lines Matching defs:cmos_rtc
48 struct cmos_rtc { struct
49 struct rtc_device *rtc;
50 struct device *dev;
51 int irq;
52 struct resource *iomem;
53 time64_t alarm_expires;
55 void (*wake_on)(struct device *);
56 void (*wake_off)(struct device *);
58 u8 enabled_wake;
59 u8 suspend_ctrl;
62 u8 day_alrm;
63 u8 mon_alrm;
64 u8 century;
533 static struct cmos_rtc cmos_rtc; variable