Searched refs:rtc_timer (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/trace/events/ |
D | rtc.h | 161 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),
|
/kernel/linux/linux-5.10/include/linux/ |
D | rtc.h | 73 struct rtc_timer { struct 105 struct rtc_timer aie_timer; 106 struct rtc_timer uie_rtctimer; 194 void rtc_timer_init(struct rtc_timer *timer, void (*f)(struct rtc_device *r), 196 int rtc_timer_start(struct rtc_device *rtc, struct rtc_timer *timer, 198 void rtc_timer_cancel(struct rtc_device *rtc, struct rtc_timer *timer);
|
/kernel/linux/linux-5.10/drivers/rtc/ |
D | interface.c | 20 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()
|
/kernel/linux/linux-5.10/kernel/time/ |
D | alarmtimer.c | 62 static struct rtc_timer rtctimer;
|