rtc_timer          20 drivers/rtc/interface.c static int rtc_timer_enqueue(struct rtc_device *rtc, struct rtc_timer *timer);
rtc_timer          21 drivers/rtc/interface.c static void rtc_timer_remove(struct rtc_device *rtc, struct rtc_timer *timer);
rtc_timer         791 drivers/rtc/interface.c static int rtc_timer_enqueue(struct rtc_device *rtc, struct rtc_timer *timer)
rtc_timer         851 drivers/rtc/interface.c static void rtc_timer_remove(struct rtc_device *rtc, struct rtc_timer *timer)
rtc_timer         889 drivers/rtc/interface.c 	struct rtc_timer *timer;
rtc_timer         906 drivers/rtc/interface.c 		timer = container_of(next, struct rtc_timer, node);
rtc_timer         940 drivers/rtc/interface.c 			timer = container_of(next, struct rtc_timer, node);
rtc_timer         962 drivers/rtc/interface.c void rtc_timer_init(struct rtc_timer *timer, void (*f)(struct rtc_device *r),
rtc_timer         979 drivers/rtc/interface.c int rtc_timer_start(struct rtc_device *rtc, struct rtc_timer *timer,
rtc_timer        1003 drivers/rtc/interface.c void rtc_timer_cancel(struct rtc_device *rtc, struct rtc_timer *timer)
rtc_timer         121 include/linux/rtc.h 	struct rtc_timer aie_timer;
rtc_timer         122 include/linux/rtc.h 	struct rtc_timer uie_rtctimer;
rtc_timer         204 include/linux/rtc.h void rtc_timer_init(struct rtc_timer *timer, void (*f)(struct rtc_device *r),
rtc_timer         206 include/linux/rtc.h int rtc_timer_start(struct rtc_device *rtc, struct rtc_timer *timer,
rtc_timer         208 include/linux/rtc.h void rtc_timer_cancel(struct rtc_device *rtc, struct rtc_timer *timer);
rtc_timer         161 include/trace/events/rtc.h 	TP_PROTO(struct rtc_timer *timer),
rtc_timer         166 include/trace/events/rtc.h 		__field(struct rtc_timer *, timer)
rtc_timer         184 include/trace/events/rtc.h 	TP_PROTO(struct rtc_timer *timer),
rtc_timer         191 include/trace/events/rtc.h 	TP_PROTO(struct rtc_timer *timer),
rtc_timer         198 include/trace/events/rtc.h 	TP_PROTO(struct rtc_timer *timer),
rtc_timer          61 kernel/time/alarmtimer.c static struct rtc_timer		rtctimer;