Lines Matching refs:h
129 TP_PROTO(const struct v4l2_ctrl_vp9_compressed_hdr *h),
130 TP_ARGS(h),
131 TP_STRUCT__entry(__field_struct(struct v4l2_ctrl_vp9_compressed_hdr, h)),
132 TP_fast_assign(__entry->h = *h;),
147 __print_symbolic(__entry->h.tx_mode,
154 __entry->h.tx8,
155 sizeof(__entry->h.tx8),
158 __entry->h.tx16,
159 sizeof(__entry->h.tx16),
162 __entry->h.tx32,
163 sizeof(__entry->h.tx32),
165 __print_array(__entry->h.skip,
166 ARRAY_SIZE(__entry->h.skip),
167 sizeof(__entry->h.skip[0])),
169 __entry->h.inter_mode,
170 sizeof(__entry->h.inter_mode),
173 __entry->h.interp_filter,
174 sizeof(__entry->h.interp_filter),
176 __print_array(__entry->h.is_inter,
177 ARRAY_SIZE(__entry->h.is_inter),
178 sizeof(__entry->h.is_inter[0])),
179 __print_array(__entry->h.comp_mode,
180 ARRAY_SIZE(__entry->h.comp_mode),
181 sizeof(__entry->h.comp_mode[0])),
183 __entry->h.single_ref,
184 sizeof(__entry->h.single_ref),
186 __print_array(__entry->h.comp_ref,
187 ARRAY_SIZE(__entry->h.comp_ref),
188 sizeof(__entry->h.comp_ref[0])),
190 __entry->h.y_mode,
191 sizeof(__entry->h.y_mode),
194 __entry->h.uv_mode,
195 sizeof(__entry->h.uv_mode),
198 __entry->h.partition,
199 sizeof(__entry->h.partition),
205 TP_PROTO(const struct v4l2_ctrl_vp9_compressed_hdr *h),
206 TP_ARGS(h),
207 TP_STRUCT__entry(__field_struct(struct v4l2_ctrl_vp9_compressed_hdr, h)),
208 TP_fast_assign(__entry->h = *h;),
211 __entry->h.coef,
212 sizeof(__entry->h.coef),
271 TP_PROTO(const struct v4l2_ctrl_vp9_compressed_hdr *h),
272 TP_ARGS(h)
276 TP_PROTO(const struct v4l2_ctrl_vp9_compressed_hdr *h),
277 TP_ARGS(h)