Lines Matching defs:cmos_rtc
49 struct cmos_rtc { struct
50 struct rtc_device *rtc;
51 struct device *dev;
52 int irq;
53 struct resource *iomem;
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;
591 static struct cmos_rtc cmos_rtc; variable