Symbol: rga_ctx
drivers/media/platform/rockchip/rga/rga-buf.c
114
struct rga_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue);
drivers/media/platform/rockchip/rga/rga-buf.c
163
struct rga_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue);
drivers/media/platform/rockchip/rga/rga-buf.c
172
struct rga_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue);
drivers/media/platform/rockchip/rga/rga-buf.c
182
struct rga_ctx *ctx = vb2_get_drv_priv(q);
drivers/media/platform/rockchip/rga/rga-buf.c
198
struct rga_ctx *ctx = vb2_get_drv_priv(q);
drivers/media/platform/rockchip/rga/rga-buf.c
218
struct rga_ctx *ctx = vb2_get_drv_priv(q);
drivers/media/platform/rockchip/rga/rga-buf.c
45
struct rga_ctx *ctx = vb2_get_drv_priv(vq);
drivers/media/platform/rockchip/rga/rga-buf.c
78
struct rga_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue);
drivers/media/platform/rockchip/rga/rga-hw.c
114
static void rga_cmd_set_src_addr(struct rga_ctx *ctx, dma_addr_t dma_addr)
drivers/media/platform/rockchip/rga/rga-hw.c
127
static void rga_cmd_set_src1_addr(struct rga_ctx *ctx, dma_addr_t dma_addr)
drivers/media/platform/rockchip/rga/rga-hw.c
140
static void rga_cmd_set_dst_addr(struct rga_ctx *ctx, dma_addr_t dma_addr)
drivers/media/platform/rockchip/rga/rga-hw.c
153
static void rga_cmd_set_trans_info(struct rga_ctx *ctx)
drivers/media/platform/rockchip/rga/rga-hw.c
312
static void rga_cmd_set_src_info(struct rga_ctx *ctx,
drivers/media/platform/rockchip/rga/rga-hw.c
339
static void rga_cmd_set_dst_info(struct rga_ctx *ctx,
drivers/media/platform/rockchip/rga/rga-hw.c
389
static void rga_cmd_set_mode(struct rga_ctx *ctx)
drivers/media/platform/rockchip/rga/rga-hw.c
412
static void rga_cmd_set(struct rga_ctx *ctx,
drivers/media/platform/rockchip/rga/rga-hw.c
443
struct rga_ctx *ctx = rga->curr;
drivers/media/platform/rockchip/rga/rga.c
131
struct rga_ctx *ctx = container_of(ctrl->handler, struct rga_ctx,
drivers/media/platform/rockchip/rga/rga.c
158
static int rga_setup_ctrls(struct rga_ctx *ctx)
drivers/media/platform/rockchip/rga/rga.c
358
struct rga_frame *rga_get_frame(struct rga_ctx *ctx, enum v4l2_buf_type type)
drivers/media/platform/rockchip/rga/rga.c
36
struct rga_ctx *ctx = prv;
drivers/media/platform/rockchip/rga/rga.c
370
struct rga_ctx *ctx = NULL;
drivers/media/platform/rockchip/rga/rga.c
413
struct rga_ctx *ctx = file_to_rga_ctx(file);
drivers/media/platform/rockchip/rga/rga.c
465
struct rga_ctx *ctx = file_to_rga_ctx(file);
drivers/media/platform/rockchip/rga/rga.c
503
struct rga_ctx *ctx = file_to_rga_ctx(file);
drivers/media/platform/rockchip/rga/rga.c
560
struct rga_ctx *ctx = file_to_rga_ctx(file);
drivers/media/platform/rockchip/rga/rga.c
608
struct rga_ctx *ctx = file_to_rga_ctx(file);
drivers/media/platform/rockchip/rga/rga.c
66
struct rga_ctx *ctx = rga->curr;
drivers/media/platform/rockchip/rga/rga.c
97
struct rga_ctx *ctx = priv;
drivers/media/platform/rockchip/rga/rga.h
123
struct rga_frame *rga_get_frame(struct rga_ctx *ctx, enum v4l2_buf_type type);
drivers/media/platform/rockchip/rga/rga.h
71
static inline struct rga_ctx *file_to_rga_ctx(struct file *filp)
drivers/media/platform/rockchip/rga/rga.h
73
return container_of(file_to_v4l2_fh(filp), struct rga_ctx, fh);
drivers/media/platform/rockchip/rga/rga.h
94
struct rga_ctx *curr;