Searched refs:rtc_timer (Results 1 – 3 of 3) sorted by relevance
| /linux/include/trace/events/ |
| H A 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),
|
| /linux/include/linux/ |
| H A D | rtc.h | 75 struct rtc_timer { struct 108 struct rtc_timer aie_timer; 109 struct rtc_timer uie_rtctimer; 217 void rtc_timer_init(struct rtc_timer *timer, void (*f)(struct rtc_device *r), 219 int rtc_timer_start(struct rtc_device *rtc, struct rtc_timer *timer, 221 void rtc_timer_cancel(struct rtc_device *rtc, struct rtc_timer *timer);
|
| /linux/drivers/rtc/ |
| H A 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); 870 static int rtc_timer_enqueue(struct rtc_device *rtc, struct rtc_timer *timer) in rtc_timer_enqueue() 933 static void rtc_timer_remove(struct rtc_device *rtc, struct rtc_timer *timer) in rtc_timer_remove() 970 struct rtc_timer *timer; in rtc_timer_do_work() 992 timer = container_of(next, struct rtc_timer, node); in rtc_timer_do_work() 1026 timer = container_of(next, struct rtc_timer, node); in rtc_timer_do_work() 1048 void rtc_timer_init(struct rtc_timer *timer, void (*f)(struct rtc_device *r), in rtc_timer_init() 1065 int rtc_timer_start(struct rtc_device *rtc, struct rtc_timer *timer, in rtc_timer_start() 1089 void rtc_timer_cancel(struct rtc_device *rtc, struct rtc_timer *timer) in rtc_timer_cancel()
|