Lines Matching refs:ctx

13 	TP_PROTO(struct coda_ctx *ctx, int cmd),
15 TP_ARGS(ctx, cmd),
19 __field(int, ctx)
24 __entry->minor = ctx->fh.vdev->minor;
25 __entry->ctx = ctx->idx;
30 __entry->minor, __entry->ctx, __entry->cmd)
34 TP_PROTO(struct coda_ctx *ctx),
36 TP_ARGS(ctx),
40 __field(int, ctx)
44 __entry->minor = ctx->fh.vdev->minor;
45 __entry->ctx = ctx->idx;
48 TP_printk("minor = %d, ctx = %d", __entry->minor, __entry->ctx)
52 TP_PROTO(struct coda_ctx *ctx, struct vb2_v4l2_buffer *buf),
54 TP_ARGS(ctx, buf),
59 __field(int, ctx)
63 __entry->minor = ctx->fh.vdev->minor;
65 __entry->ctx = ctx->idx;
69 __entry->minor, __entry->index, __entry->ctx)
73 TP_PROTO(struct coda_ctx *ctx, struct vb2_v4l2_buffer *buf),
74 TP_ARGS(ctx, buf)
78 TP_PROTO(struct coda_ctx *ctx, struct vb2_v4l2_buffer *buf),
79 TP_ARGS(ctx, buf)
83 TP_PROTO(struct coda_ctx *ctx, struct vb2_v4l2_buffer *buf,
86 TP_ARGS(ctx, buf, meta),
93 __field(int, ctx)
97 __entry->minor = ctx->fh.vdev->minor;
101 __entry->ctx = ctx->idx;
106 __entry->ctx)
110 TP_PROTO(struct coda_ctx *ctx, struct vb2_v4l2_buffer *buf,
112 TP_ARGS(ctx, buf, meta)
116 TP_PROTO(struct coda_ctx *ctx, struct coda_buffer_meta *meta),
118 TP_ARGS(ctx, meta),
124 __field(int, ctx)
128 __entry->minor = ctx->fh.vdev->minor;
131 __entry->ctx = ctx->idx;
135 __entry->minor, __entry->start, __entry->end, __entry->ctx)
139 TP_PROTO(struct coda_ctx *ctx, struct coda_buffer_meta *meta),
140 TP_ARGS(ctx, meta)
144 TP_PROTO(struct coda_ctx *ctx, struct coda_buffer_meta *meta),
145 TP_ARGS(ctx, meta)
149 TP_PROTO(struct coda_ctx *ctx, struct vb2_v4l2_buffer *buf,
151 TP_ARGS(ctx, buf, meta)