Lines Matching refs:urb
12 TP_PROTO(struct urb *urb, struct pwc_device *pdev),
13 TP_ARGS(urb, pdev),
15 __field(struct urb*, urb)
23 __entry->urb = urb;
25 __entry->urb__status = urb->status;
26 __entry->urb__actual_length = urb->actual_length;
31 TP_printk("dev=%s (fbuf=%p filled=%d) urb=%p (status=%d actual_length=%u)",
35 __entry->urb,
41 TP_PROTO(struct urb *urb, struct pwc_device *pdev),
42 TP_ARGS(urb, pdev),
44 __field(struct urb*, urb)
50 __entry->urb = urb;
55 TP_printk(" dev=%s (fbuf=%p filled=%d) urb=%p",
59 __entry->urb)