rtc_device 57 include/linux/alarmtimer.h struct rtc_device *alarmtimer_get_rtcdev(void); rtc_device 264 include/linux/mfd/wm8350/rtc.h struct rtc_device *rtc; rtc_device 130 include/linux/rtc.h #define to_rtc_device(d) container_of(d, struct rtc_device, dev) rtc_device 132 include/linux/rtc.h extern struct rtc_device *rtc_device_register(const char *name, rtc_device 136 include/linux/rtc.h extern struct rtc_device *devm_rtc_device_register(struct device *dev, rtc_device 140 include/linux/rtc.h extern void rtc_device_unregister(struct rtc_device *rtc); rtc_device 142 include/linux/rtc.h struct rtc_device *rtc); rtc_device 144 include/linux/rtc.h extern int rtc_read_time(struct rtc_device *rtc, struct rtc_time *tm); rtc_device 145 include/linux/rtc.h extern int rtc_set_time(struct rtc_device *rtc, struct rtc_time *tm); rtc_device 146 include/linux/rtc.h extern int rtc_set_mmss(struct rtc_device *rtc, unsigned long secs); rtc_device 148 include/linux/rtc.h int __rtc_read_alarm(struct rtc_device *rtc, struct rtc_wkalrm *alarm); rtc_device 149 include/linux/rtc.h extern int rtc_read_alarm(struct rtc_device *rtc, rtc_device 151 include/linux/rtc.h extern int rtc_set_alarm(struct rtc_device *rtc, rtc_device 153 include/linux/rtc.h extern int rtc_initialize_alarm(struct rtc_device *rtc, rtc_device 155 include/linux/rtc.h extern void rtc_update_irq(struct rtc_device *rtc, rtc_device 158 include/linux/rtc.h extern struct rtc_device *rtc_class_open(const char *name); rtc_device 159 include/linux/rtc.h extern void rtc_class_close(struct rtc_device *rtc); rtc_device 161 include/linux/rtc.h extern int rtc_irq_register(struct rtc_device *rtc, rtc_device 163 include/linux/rtc.h extern void rtc_irq_unregister(struct rtc_device *rtc, rtc_device 165 include/linux/rtc.h extern int rtc_irq_set_state(struct rtc_device *rtc, rtc_device 167 include/linux/rtc.h extern int rtc_irq_set_freq(struct rtc_device *rtc, rtc_device 169 include/linux/rtc.h extern int rtc_update_irq_enable(struct rtc_device *rtc, unsigned int enabled); rtc_device 170 include/linux/rtc.h extern int rtc_alarm_irq_enable(struct rtc_device *rtc, unsigned int enabled); rtc_device 171 include/linux/rtc.h extern int rtc_dev_update_irq_enable_emul(struct rtc_device *rtc, rtc_device 174 include/linux/rtc.h void rtc_handle_legacy_irq(struct rtc_device *rtc, int num, int mode); rtc_device 184 include/linux/rtc.h int rtc_timer_start(struct rtc_device *rtc, struct rtc_timer* timer, rtc_device 186 include/linux/rtc.h int rtc_timer_cancel(struct rtc_device *rtc, struct rtc_timer* timer);