Lines Matching refs:timer
161 TP_PROTO(struct rtc_timer *timer),
163 TP_ARGS(timer),
166 __field(struct rtc_timer *, timer)
172 __entry->timer = timer;
173 __entry->expires = timer->node.expires;
174 __entry->period = timer->period;
178 __entry->timer, __entry->expires, __entry->period
184 TP_PROTO(struct rtc_timer *timer),
186 TP_ARGS(timer)
191 TP_PROTO(struct rtc_timer *timer),
193 TP_ARGS(timer)
198 TP_PROTO(struct rtc_timer *timer),
200 TP_ARGS(timer)