Searched refs:rga_ctx (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/media/platform/rockchip/rga/ |
| H A D | rga.h | 53 struct rga_ctx { struct 71 static inline struct rga_ctx *file_to_rga_ctx(struct file *filp) in file_to_rga_ctx() argument 73 return container_of(file_to_v4l2_fh(filp), struct rga_ctx, fh); in file_to_rga_ctx() 94 struct rga_ctx *curr; 123 struct rga_frame *rga_get_frame(struct rga_ctx *ctx, enum v4l2_buf_type type);
|
| H A D | rga-hw.c | 114 static void rga_cmd_set_src_addr(struct rga_ctx *ctx, dma_addr_t dma_addr) in rga_cmd_set_src_addr() 127 static void rga_cmd_set_src1_addr(struct rga_ctx *ctx, dma_addr_t dma_addr) in rga_cmd_set_src1_addr() 140 static void rga_cmd_set_dst_addr(struct rga_ctx *ctx, dma_addr_t dma_addr) in rga_cmd_set_dst_addr() 153 static void rga_cmd_set_trans_info(struct rga_ctx *ctx) in rga_cmd_set_trans_info() 312 static void rga_cmd_set_src_info(struct rga_ctx *ctx, in rga_cmd_set_src_info() 339 static void rga_cmd_set_dst_info(struct rga_ctx *ctx, in rga_cmd_set_dst_info() 389 static void rga_cmd_set_mode(struct rga_ctx *ctx) in rga_cmd_set_mode() 412 static void rga_cmd_set(struct rga_ctx *ctx, in rga_cmd_set() 443 struct rga_ctx *ctx = rga->curr; in rga_hw_start()
|
| H A D | rga.c | 36 struct rga_ctx *ctx = prv; in device_run() 66 struct rga_ctx *ctx = rga->curr; in rga_isr() 97 struct rga_ctx *ctx = priv; in queue_init() 131 struct rga_ctx *ctx = container_of(ctrl->handler, struct rga_ctx, in rga_s_ctrl() 158 static int rga_setup_ctrls(struct rga_ctx *ctx) in rga_setup_ctrls() 358 struct rga_frame *rga_get_frame(struct rga_ctx *ctx, enum v4l2_buf_type type) in rga_get_frame() 370 struct rga_ctx *ctx = NULL; in rga_open() 413 struct rga_ctx *ctx = file_to_rga_ctx(file); in rga_release() 465 struct rga_ctx *ctx = file_to_rga_ctx(file); in vidioc_g_fmt() 503 struct rga_ctx *ctx = file_to_rga_ctx(file); in vidioc_s_fmt() [all …]
|