Symbol: rga_ctx
drivers/media/platform/rockchip/rga/rga-buf.c
126
struct rga_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue);
drivers/media/platform/rockchip/rga/rga-buf.c
179
struct rga_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue);
drivers/media/platform/rockchip/rga/rga-buf.c
188
struct rga_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue);
drivers/media/platform/rockchip/rga/rga-buf.c
201
struct rga_ctx *ctx = vb2_get_drv_priv(q);
drivers/media/platform/rockchip/rga/rga-buf.c
217
struct rga_ctx *ctx = vb2_get_drv_priv(q);
drivers/media/platform/rockchip/rga/rga-buf.c
244
struct rga_ctx *ctx = vb2_get_drv_priv(q);
drivers/media/platform/rockchip/rga/rga-buf.c
264
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
123
static void rga_cmd_set_src_addr(struct rga_ctx *ctx, dma_addr_t dma_addr)
drivers/media/platform/rockchip/rga/rga-hw.c
135
static void rga_cmd_set_src1_addr(struct rga_ctx *ctx, dma_addr_t dma_addr)
drivers/media/platform/rockchip/rga/rga-hw.c
147
static void rga_cmd_set_dst_addr(struct rga_ctx *ctx, dma_addr_t dma_addr)
drivers/media/platform/rockchip/rga/rga-hw.c
159
static void rga_cmd_set_trans_info(struct rga_ctx *ctx)
drivers/media/platform/rockchip/rga/rga-hw.c
323
static void rga_cmd_set_src_info(struct rga_ctx *ctx,
drivers/media/platform/rockchip/rga/rga-hw.c
349
static void rga_cmd_set_dst_info(struct rga_ctx *ctx,
drivers/media/platform/rockchip/rga/rga-hw.c
398
static void rga_cmd_set_mode(struct rga_ctx *ctx)
drivers/media/platform/rockchip/rga/rga-hw.c
420
static void rga_cmd_set(struct rga_ctx *ctx,
drivers/media/platform/rockchip/rga/rga-hw.c
444
static void rga_hw_setup_cmdbuf(struct rga_ctx *ctx)
drivers/media/platform/rockchip/rga/rga-hw.c
455
struct rga_ctx *ctx = rga->curr;
drivers/media/platform/rockchip/rga/rga-hw.c
568
static void *rga_adjust_and_map_format(struct rga_ctx *ctx,
drivers/media/platform/rockchip/rga/rga.c
135
struct rga_ctx *ctx = container_of(ctrl->handler, struct rga_ctx,
drivers/media/platform/rockchip/rga/rga.c
174
static int rga_setup_ctrls(struct rga_ctx *ctx)
drivers/media/platform/rockchip/rga/rga.c
239
struct rga_frame *rga_get_frame(struct rga_ctx *ctx, enum v4l2_buf_type type)
drivers/media/platform/rockchip/rga/rga.c
251
struct rga_ctx *ctx = NULL;
drivers/media/platform/rockchip/rga/rga.c
323
struct rga_ctx *ctx = file_to_rga_ctx(file);
drivers/media/platform/rockchip/rga/rga.c
36
struct rga_ctx *ctx = prv;
drivers/media/platform/rockchip/rga/rga.c
389
struct rga_ctx *ctx = file_to_rga_ctx(file);
drivers/media/platform/rockchip/rga/rga.c
405
struct rga_ctx *ctx = file_to_rga_ctx(file);
drivers/media/platform/rockchip/rga/rga.c
450
struct rga_ctx *ctx = file_to_rga_ctx(file);
drivers/media/platform/rockchip/rga/rga.c
513
struct rga_ctx *ctx = file_to_rga_ctx(file);
drivers/media/platform/rockchip/rga/rga.c
561
struct rga_ctx *ctx = file_to_rga_ctx(file);
drivers/media/platform/rockchip/rga/rga.c
64
struct rga_ctx *ctx = rga->curr;
drivers/media/platform/rockchip/rga/rga.c
95
struct rga_ctx *ctx = priv;
drivers/media/platform/rockchip/rga/rga.h
114
struct rga_frame *rga_get_frame(struct rga_ctx *ctx, enum v4l2_buf_type type);
drivers/media/platform/rockchip/rga/rga.h
155
void (*setup_cmdbuf)(struct rga_ctx *ctx);
drivers/media/platform/rockchip/rga/rga.h
160
void *(*adjust_and_map_format)(struct rga_ctx *ctx,
drivers/media/platform/rockchip/rga/rga.h
61
static inline struct rga_ctx *file_to_rga_ctx(struct file *filp)
drivers/media/platform/rockchip/rga/rga.h
63
return container_of(file_to_v4l2_fh(filp), struct rga_ctx, fh);
drivers/media/platform/rockchip/rga/rga.h
85
struct rga_ctx *curr;
drivers/media/platform/rockchip/rga/rga3-hw.c
110
static void rga3_cmd_set_win0_addr(struct rga_ctx *ctx,
drivers/media/platform/rockchip/rga/rga3-hw.c
122
static void rga3_cmd_set_wr_addr(struct rga_ctx *ctx,
drivers/media/platform/rockchip/rga/rga3-hw.c
135
static void rga3_cmd_set_win0_format(struct rga_ctx *ctx)
drivers/media/platform/rockchip/rga/rga3-hw.c
213
static void rga3_cmd_set_wr_format(struct rga_ctx *ctx)
drivers/media/platform/rockchip/rga/rga3-hw.c
262
static void rga3_hw_setup_cmdbuf(struct rga_ctx *ctx)
drivers/media/platform/rockchip/rga/rga3-hw.c
274
struct rga_ctx *ctx = rga->curr;
drivers/media/platform/rockchip/rga/rga3-hw.c
437
static void *rga3_adjust_and_map_format(struct rga_ctx *ctx,
drivers/media/platform/rockchip/rga/rga3-hw.c
65
static void rga3_cmd_set_trans_info(struct rga_ctx *ctx)