Lines Matching refs:p
29 TP_PROTO(const struct v4l2_ctrl_mpeg2_picture *p),
30 TP_ARGS(p),
31 TP_STRUCT__entry(__field_struct(struct v4l2_ctrl_mpeg2_picture, p)),
32 TP_fast_assign(__entry->p = *p;),
35 __entry->p.backward_ref_ts,
36 __entry->p.forward_ref_ts,
37 __print_flags(__entry->p.flags, "|",
47 __entry->p.f_code,
48 sizeof(__entry->p.f_code),
50 __entry->p.picture_coding_type,
51 __entry->p.picture_structure,
52 __entry->p.intra_dc_precision
84 TP_PROTO(const struct v4l2_ctrl_mpeg2_picture *p),
85 TP_ARGS(p)