Lines Matching refs:sequence

290 		  "sequence:%u timestamp:%lld field:%s",
291 run->dst->sequence,
307 * the sequence number).
355 frame_dprintk(ctx->dev, run->dst->sequence, "%s\n", buf);
356 frame_dprintk(ctx->dev, run->dst->sequence, "");
361 frame_dprintk(ctx->dev, run->dst->sequence, "%s\n", buf);
362 frame_dprintk(ctx->dev, run->dst->sequence, "");
370 frame_dprintk(ctx->dev, run->dst->sequence, "%s\n", line_str);
373 frame_dprintk(ctx->dev, run->dst->sequence, "");
388 frame_dprintk(ctx->dev, run->dst->sequence, "%s\n", buf);
399 frame_dprintk(ctx->dev, run->dst->sequence, "%s\n", buf);
404 frame_dprintk(ctx->dev, run->dst->sequence, "");
407 frame_dprintk(ctx->dev, run->dst->sequence, "%s\n", buf);
431 frame_dprintk(ctx->dev, run->dst->sequence, "%s", &buf[old_len]);
436 frame_dprintk(ctx->dev, run->dst->sequence, "");
450 frame_dprintk(ctx->dev, run->dst->sequence, "%s\n", buf);
461 frame_dprintk(ctx->dev, run->dst->sequence, "%s\n", buf);
466 frame_dprintk(ctx->dev, run->dst->sequence, "");
469 frame_dprintk(ctx->dev, run->dst->sequence, "%s\n", buf);
490 frame_dprintk(ctx->dev, run->dst->sequence, "%s", &buf[old_len]);
576 run.dst->sequence = ctx->q_data[V4L2_M2M_DST].sequence++;
577 run.src->sequence = ctx->q_data[V4L2_M2M_SRC].sequence++;
623 frame_dprintk(ctx->dev, run.dst->sequence,
624 "Got OUTPUT buffer sequence %d, timestamp %llu\n",
625 run.src->sequence, run.src->vb2_buf.timestamp);
627 frame_dprintk(ctx->dev, run.dst->sequence,
628 "Got CAPTURE buffer sequence %d, timestamp %llu\n",
629 run.dst->sequence, run.dst->vb2_buf.timestamp);
635 run.dst->sequence >= bitstream_trace_frame_start &&
636 run.dst->sequence < bitstream_trace_frame_start + bitstream_trace_nframes)