Symbol: vim2m_ctx
drivers/media/test-drivers/vim2m.c
1033
struct vim2m_ctx *ctx = file2ctx(file);
drivers/media/test-drivers/vim2m.c
1057
struct vim2m_ctx *ctx = file2ctx(file);
drivers/media/test-drivers/vim2m.c
1080
struct vim2m_ctx *ctx =
drivers/media/test-drivers/vim2m.c
1081
container_of(ctrl->handler, struct vim2m_ctx, hdl);
drivers/media/test-drivers/vim2m.c
1165
struct vim2m_ctx *ctx = vb2_get_drv_priv(vq);
drivers/media/test-drivers/vim2m.c
1203
struct vim2m_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue);
drivers/media/test-drivers/vim2m.c
1217
struct vim2m_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue);
drivers/media/test-drivers/vim2m.c
1244
struct vim2m_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue);
drivers/media/test-drivers/vim2m.c
1251
struct vim2m_ctx *ctx = vb2_get_drv_priv(q);
drivers/media/test-drivers/vim2m.c
1266
struct vim2m_ctx *ctx = vb2_get_drv_priv(q);
drivers/media/test-drivers/vim2m.c
1286
struct vim2m_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue);
drivers/media/test-drivers/vim2m.c
1304
struct vim2m_ctx *ctx = priv;
drivers/media/test-drivers/vim2m.c
1362
struct vim2m_ctx *ctx = NULL;
drivers/media/test-drivers/vim2m.c
1432
struct vim2m_ctx *ctx = file2ctx(file);
drivers/media/test-drivers/vim2m.c
235
static inline struct vim2m_ctx *file2ctx(struct file *file)
drivers/media/test-drivers/vim2m.c
237
return container_of(file_to_v4l2_fh(file), struct vim2m_ctx, fh);
drivers/media/test-drivers/vim2m.c
240
static struct vim2m_q_data *get_q_data(struct vim2m_ctx *ctx,
drivers/media/test-drivers/vim2m.c
445
static int device_process(struct vim2m_ctx *ctx,
drivers/media/test-drivers/vim2m.c
573
struct vim2m_ctx *ctx = priv;
drivers/media/test-drivers/vim2m.c
586
struct vim2m_ctx *ctx = priv;
drivers/media/test-drivers/vim2m.c
600
struct vim2m_ctx *ctx = priv;
drivers/media/test-drivers/vim2m.c
622
struct vim2m_ctx *curr_ctx;
drivers/media/test-drivers/vim2m.c
626
curr_ctx = container_of(w, struct vim2m_ctx, work_run.work);
drivers/media/test-drivers/vim2m.c
725
static int vidioc_g_fmt(struct vim2m_ctx *ctx, struct v4l2_format *f)
drivers/media/test-drivers/vim2m.c
748
static int vidioc_g_fmt_mplane(struct vim2m_ctx *ctx, struct v4l2_format *f)
drivers/media/test-drivers/vim2m.c
845
struct vim2m_ctx *ctx = file2ctx(file);
drivers/media/test-drivers/vim2m.c
874
struct vim2m_ctx *ctx = file2ctx(file);
drivers/media/test-drivers/vim2m.c
903
struct vim2m_ctx *ctx = file2ctx(file);
drivers/media/test-drivers/vim2m.c
930
struct vim2m_ctx *ctx = file2ctx(file);
drivers/media/test-drivers/vim2m.c
953
static int vidioc_s_fmt(struct vim2m_ctx *ctx, struct v4l2_format *f)