Searched refs:rga_get_frame (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/rockchip/rga/ |
H A D | rga-buf.c | 24 struct rga_frame *f = rga_get_frame(ctx, vq->type); in rga_queue_setup() 41 struct rga_frame *f = rga_get_frame(ctx, vb->vb2_queue->type); in rga_buf_prepare()
|
H A D | rga.c | 349 struct rga_frame *rga_get_frame(struct rga_ctx *ctx, enum v4l2_buf_type type) in rga_get_frame() function 462 frm = rga_get_frame(ctx, f->type); in vidioc_g_fmt() 530 frm = rga_get_frame(ctx, f->type); in vidioc_s_fmt() 559 f = rga_get_frame(ctx, s->type); in vidioc_g_selection() 608 f = rga_get_frame(ctx, s->type); in vidioc_s_selection()
|
H A D | rga.h | 88 struct rga_frame *rga_get_frame(struct rga_ctx *ctx, enum v4l2_buf_type type);
|
/kernel/linux/linux-6.6/drivers/media/platform/rockchip/rga/ |
H A D | rga-buf.c | 24 struct rga_frame *f = rga_get_frame(ctx, vq->type); in rga_queue_setup() 41 struct rga_frame *f = rga_get_frame(ctx, vb->vb2_queue->type); in rga_buf_prepare()
|
H A D | rga.c | 346 struct rga_frame *rga_get_frame(struct rga_ctx *ctx, enum v4l2_buf_type type) in rga_get_frame() function 459 frm = rga_get_frame(ctx, f->type); in vidioc_g_fmt() 527 frm = rga_get_frame(ctx, f->type); in vidioc_s_fmt() 556 f = rga_get_frame(ctx, s->type); in vidioc_g_selection() 605 f = rga_get_frame(ctx, s->type); in vidioc_s_selection()
|
H A D | rga.h | 88 struct rga_frame *rga_get_frame(struct rga_ctx *ctx, enum v4l2_buf_type type);
|
Completed in 4 milliseconds