Lines Matching refs:crtc
16 TP_PROTO(int crtc, unsigned int seq),
17 TP_ARGS(crtc, seq),
19 __field(int, crtc)
23 __entry->crtc = crtc;
26 TP_printk("crtc=%d, seq=%u", __entry->crtc, __entry->seq)
30 TP_PROTO(struct drm_file *file, int crtc, unsigned int seq),
31 TP_ARGS(file, crtc, seq),
34 __field(int, crtc)
39 __entry->crtc = crtc;
42 TP_printk("file=%p, crtc=%d, seq=%u", __entry->file, __entry->crtc, \
47 TP_PROTO(struct drm_file *file, int crtc, unsigned int seq),
48 TP_ARGS(file, crtc, seq),
51 __field(int, crtc)
56 __entry->crtc = crtc;
59 TP_printk("file=%p, crtc=%d, seq=%u", __entry->file, __entry->crtc, \