Lines Matching defs:cmos_rtc
46 struct cmos_rtc { struct
47 struct rtc_device *rtc;
48 struct device *dev;
49 int irq;
50 struct resource *iomem;
52 void (*wake_on)(struct device *);
53 void (*wake_off)(struct device *);
55 u8 enabled_wake;
56 u8 suspend_ctrl;
59 u8 day_alrm;
60 u8 mon_alrm;
61 u8 century;
539 static struct cmos_rtc cmos_rtc; variable