rtc_timer
void rtc_timer_init(struct rtc_timer *timer, void (*f)(struct rtc_device *r),
int rtc_timer_start(struct rtc_device *rtc, struct rtc_timer *timer,
void rtc_timer_cancel(struct rtc_device *rtc, struct rtc_timer *timer)
static int rtc_timer_enqueue(struct rtc_device *rtc, struct rtc_timer *timer);
static void rtc_timer_remove(struct rtc_device *rtc, struct rtc_timer *timer);
static int rtc_timer_enqueue(struct rtc_device *rtc, struct rtc_timer *timer)
static void rtc_timer_remove(struct rtc_device *rtc, struct rtc_timer *timer)
struct rtc_timer *timer;
timer = container_of(next, struct rtc_timer, node);
timer = container_of(next, struct rtc_timer, node);
struct rtc_timer aie_timer;
struct rtc_timer uie_rtctimer;
void rtc_timer_init(struct rtc_timer *timer, void (*f)(struct rtc_device *r),
int rtc_timer_start(struct rtc_device *rtc, struct rtc_timer *timer,
void rtc_timer_cancel(struct rtc_device *rtc, struct rtc_timer *timer);
TP_PROTO(struct rtc_timer *timer),
__field(struct rtc_timer *, timer)
TP_PROTO(struct rtc_timer *timer),
TP_PROTO(struct rtc_timer *timer),
TP_PROTO(struct rtc_timer *timer),
static struct rtc_timer rtctimer;