Symbol: dma2d_ctx
drivers/media/platform/st/stm32/dma2d/dma2d.c
105
static struct dma2d_frame *get_frame(struct dma2d_ctx *ctx,
drivers/media/platform/st/stm32/dma2d/dma2d.c
115
struct dma2d_ctx *ctx = vb2_get_drv_priv(vq);
drivers/media/platform/st/stm32/dma2d/dma2d.c
141
struct dma2d_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue);
drivers/media/platform/st/stm32/dma2d/dma2d.c
155
struct dma2d_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue);
drivers/media/platform/st/stm32/dma2d/dma2d.c
162
struct dma2d_ctx *ctx = vb2_get_drv_priv(q);
drivers/media/platform/st/stm32/dma2d/dma2d.c
171
struct dma2d_ctx *ctx = vb2_get_drv_priv(q);
drivers/media/platform/st/stm32/dma2d/dma2d.c
197
struct dma2d_ctx *ctx = priv;
drivers/media/platform/st/stm32/dma2d/dma2d.c
230
struct dma2d_ctx *ctx = container_of(ctrl->handler, struct dma2d_ctx,
drivers/media/platform/st/stm32/dma2d/dma2d.c
261
static int dma2d_setup_ctrls(struct dma2d_ctx *ctx)
drivers/media/platform/st/stm32/dma2d/dma2d.c
280
struct dma2d_ctx *ctx = NULL;
drivers/media/platform/st/stm32/dma2d/dma2d.c
323
struct dma2d_ctx *ctx = file2ctx(file);
drivers/media/platform/st/stm32/dma2d/dma2d.c
357
struct dma2d_ctx *ctx = file2ctx(file);
drivers/media/platform/st/stm32/dma2d/dma2d.c
377
struct dma2d_ctx *ctx = file2ctx(file);
drivers/media/platform/st/stm32/dma2d/dma2d.c
420
struct dma2d_ctx *ctx = file2ctx(file);
drivers/media/platform/st/stm32/dma2d/dma2d.c
467
struct dma2d_ctx *ctx = prv;
drivers/media/platform/st/stm32/dma2d/dma2d.c
48
static inline struct dma2d_ctx *file2ctx(struct file *filp)
drivers/media/platform/st/stm32/dma2d/dma2d.c
50
return container_of(file_to_v4l2_fh(filp), struct dma2d_ctx, fh);
drivers/media/platform/st/stm32/dma2d/dma2d.c
517
struct dma2d_ctx *ctx = dev->curr;
drivers/media/platform/st/stm32/dma2d/dma2d.h
117
struct dma2d_ctx *curr;