Lines Matching refs:ctx

14 	TP_PROTO(struct coda_ctx *ctx, int cmd),
16 TP_ARGS(ctx, cmd),
20 __field(int, ctx)
25 __entry->minor = ctx->fh.vdev->minor;
26 __entry->ctx = ctx->idx;
30 TP_printk("minor = %d, ctx = %d, cmd = %d",
31 __entry->minor, __entry->ctx, __entry->cmd)
35 TP_PROTO(struct coda_ctx *ctx),
37 TP_ARGS(ctx),
41 __field(int, ctx)
45 __entry->minor = ctx->fh.vdev->minor;
46 __entry->ctx = ctx->idx;
49 TP_printk("minor = %d, ctx = %d", __entry->minor, __entry->ctx)
53 TP_PROTO(struct coda_ctx *ctx, struct vb2_v4l2_buffer *buf),
55 TP_ARGS(ctx, buf),
60 __field(int, ctx)
64 __entry->minor = ctx->fh.vdev->minor;
66 __entry->ctx = ctx->idx;
69 TP_printk("minor = %d, index = %d, ctx = %d",
70 __entry->minor, __entry->index, __entry->ctx)
74 TP_PROTO(struct coda_ctx *ctx, struct vb2_v4l2_buffer *buf),
75 TP_ARGS(ctx, buf)
79 TP_PROTO(struct coda_ctx *ctx, struct vb2_v4l2_buffer *buf),
80 TP_ARGS(ctx, buf)
84 TP_PROTO(struct coda_ctx *ctx, struct vb2_v4l2_buffer *buf,
87 TP_ARGS(ctx, buf, meta),
94 __field(int, ctx)
98 __entry->minor = ctx->fh.vdev->minor;
100 __entry->start = meta->start & ctx->bitstream_fifo.kfifo.mask;
101 __entry->end = meta->end & ctx->bitstream_fifo.kfifo.mask;
102 __entry->ctx = ctx->idx;
105 TP_printk("minor = %d, index = %d, start = 0x%x, end = 0x%x, ctx = %d",
107 __entry->ctx)
111 TP_PROTO(struct coda_ctx *ctx, struct vb2_v4l2_buffer *buf,
113 TP_ARGS(ctx, buf, meta)
117 TP_PROTO(struct coda_ctx *ctx, struct coda_buffer_meta *meta),
119 TP_ARGS(ctx, meta),
125 __field(int, ctx)
129 __entry->minor = ctx->fh.vdev->minor;
131 ctx->bitstream_fifo.kfifo.mask) : 0;
133 ctx->bitstream_fifo.kfifo.mask) : 0;
134 __entry->ctx = ctx->idx;
137 TP_printk("minor = %d, start = 0x%x, end = 0x%x, ctx = %d",
138 __entry->minor, __entry->start, __entry->end, __entry->ctx)
142 TP_PROTO(struct coda_ctx *ctx, struct coda_buffer_meta *meta),
143 TP_ARGS(ctx, meta)
147 TP_PROTO(struct coda_ctx *ctx, struct coda_buffer_meta *meta),
148 TP_ARGS(ctx, meta)
152 TP_PROTO(struct coda_ctx *ctx, struct vb2_v4l2_buffer *buf,
154 TP_ARGS(ctx, buf, meta)
158 TP_PROTO(struct coda_ctx *ctx, struct vb2_v4l2_buffer *buf),
159 TP_ARGS(ctx, buf)
163 TP_PROTO(struct coda_ctx *ctx, struct vb2_v4l2_buffer *buf),
164 TP_ARGS(ctx, buf)