Home
last modified time | relevance | path

Searched refs:rtc_timer (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/trace/events/
H A Drtc.h161 TP_PROTO(struct rtc_timer *timer),
166 __field(struct rtc_timer *, timer)
184 TP_PROTO(struct rtc_timer *timer),
191 TP_PROTO(struct rtc_timer *timer),
198 TP_PROTO(struct rtc_timer *timer),
/OK3568_Linux_fs/kernel/include/linux/
H A Drtc.h76 struct rtc_timer { struct
108 struct rtc_timer aie_timer;
109 struct rtc_timer uie_rtctimer;
199 void rtc_timer_init(struct rtc_timer *timer, void (*f)(struct rtc_device *r),
201 int rtc_timer_start(struct rtc_device *rtc, struct rtc_timer *timer,
203 void rtc_timer_cancel(struct rtc_device *rtc, struct rtc_timer *timer);
/OK3568_Linux_fs/kernel/drivers/rtc/
H A Dinterface.c20 static int rtc_timer_enqueue(struct rtc_device *rtc, struct rtc_timer *timer);
21 static void rtc_timer_remove(struct rtc_device *rtc, struct rtc_timer *timer);
805 static int rtc_timer_enqueue(struct rtc_device *rtc, struct rtc_timer *timer) in rtc_timer_enqueue()
868 static void rtc_timer_remove(struct rtc_device *rtc, struct rtc_timer *timer) in rtc_timer_remove()
905 struct rtc_timer *timer; in rtc_timer_do_work()
922 timer = container_of(next, struct rtc_timer, node); in rtc_timer_do_work()
956 timer = container_of(next, struct rtc_timer, node); in rtc_timer_do_work()
978 void rtc_timer_init(struct rtc_timer *timer, void (*f)(struct rtc_device *r), in rtc_timer_init()
995 int rtc_timer_start(struct rtc_device *rtc, struct rtc_timer *timer, in rtc_timer_start()
1019 void rtc_timer_cancel(struct rtc_device *rtc, struct rtc_timer *timer) in rtc_timer_cancel()
/OK3568_Linux_fs/kernel/kernel/time/
H A Dalarmtimer.c62 static struct rtc_timer rtctimer;