Lines Matching defs:cmos_rtc
64 struct cmos_rtc { struct
65 struct rtc_device *rtc;
66 struct device *dev;
67 int irq;
68 struct resource *iomem;
69 time64_t alarm_expires;
71 void (*wake_on)(struct device *);
72 void (*wake_off)(struct device *);
74 u8 enabled_wake;
75 u8 suspend_ctrl;
78 u8 day_alrm;
79 u8 mon_alrm;
80 u8 century;
82 struct rtc_wkalrm saved_wkalrm;
634 static struct cmos_rtc cmos_rtc; variable