Lines Matching refs:seq
16 TP_PROTO(int crtc, unsigned int seq, ktime_t time, bool high_prec),
17 TP_ARGS(crtc, seq, time, high_prec),
20 __field(unsigned int, seq)
26 __entry->seq = seq;
31 __entry->crtc, __entry->seq, __entry->time,
36 TP_PROTO(struct drm_file *file, int crtc, unsigned int seq),
37 TP_ARGS(file, crtc, seq),
41 __field(unsigned int, seq)
46 __entry->seq = seq;
49 __entry->seq)
53 TP_PROTO(struct drm_file *file, int crtc, unsigned int seq),
54 TP_ARGS(file, crtc, seq),
58 __field(unsigned int, seq)
63 __entry->seq = seq;
66 __entry->seq)