Searched refs:bdisp_frame (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/sti/bdisp/ |
H A D | bdisp.h | 56 * struct bdisp_frame - frame properties 68 struct bdisp_frame { struct 90 struct bdisp_frame src; 91 struct bdisp_frame dst; 114 struct bdisp_frame src; 115 struct bdisp_frame dst;
|
H A D | bdisp-v4l2.c | 108 static const struct bdisp_frame bdisp_dflt_fmt = { 164 static struct bdisp_frame *ctx_get_frame(struct bdisp_ctx *ctx, in ctx_get_frame() 254 struct bdisp_frame *frame, dma_addr_t *paddr) in bdisp_get_addr() 283 struct bdisp_frame *src, *dst; in bdisp_get_bufs() 445 struct bdisp_frame *frame = ctx_get_frame(ctx, vq->type); in bdisp_queue_setup() 469 struct bdisp_frame *frame = ctx_get_frame(ctx, vb->vb2_queue->type); in bdisp_buf_prepare() 721 struct bdisp_frame *frame = ctx_get_frame(ctx, f->type); in bdisp_g_fmt() 795 struct bdisp_frame *frame; in bdisp_s_fmt() 846 struct bdisp_frame *frame; in bdisp_g_selection() 924 struct bdisp_frame *fram in bdisp_s_selection() [all...] |
H A D | bdisp-hw.c | 661 struct bdisp_frame *src = &ctx->src; in bdisp_hw_get_op_cfg() 662 struct bdisp_frame *dst = &ctx->dst; in bdisp_hw_get_op_cfg() 762 struct bdisp_frame *src = &ctx->src; in bdisp_hw_build_node() 763 struct bdisp_frame *dst = &ctx->dst; in bdisp_hw_build_node()
|
H A D | bdisp-debug.c | 417 static const char *bdisp_fmt_to_str(struct bdisp_frame frame) in bdisp_fmt_to_str() 444 struct bdisp_frame src, dst; in last_request_show()
|
/kernel/linux/linux-6.6/drivers/media/platform/st/sti/bdisp/ |
H A D | bdisp.h | 56 * struct bdisp_frame - frame properties 68 struct bdisp_frame { struct 90 struct bdisp_frame src; 91 struct bdisp_frame dst; 114 struct bdisp_frame src; 115 struct bdisp_frame dst;
|
H A D | bdisp-v4l2.c | 108 static const struct bdisp_frame bdisp_dflt_fmt = { 164 static struct bdisp_frame *ctx_get_frame(struct bdisp_ctx *ctx, in ctx_get_frame() 254 struct bdisp_frame *frame, dma_addr_t *paddr) in bdisp_get_addr() 283 struct bdisp_frame *src, *dst; in bdisp_get_bufs() 445 struct bdisp_frame *frame = ctx_get_frame(ctx, vq->type); in bdisp_queue_setup() 469 struct bdisp_frame *frame = ctx_get_frame(ctx, vb->vb2_queue->type); in bdisp_buf_prepare() 721 struct bdisp_frame *frame = ctx_get_frame(ctx, f->type); in bdisp_g_fmt() 795 struct bdisp_frame *frame; in bdisp_s_fmt() 846 struct bdisp_frame *frame; in bdisp_g_selection() 924 struct bdisp_frame *fram in bdisp_s_selection() [all...] |
H A D | bdisp-hw.c | 661 struct bdisp_frame *src = &ctx->src; in bdisp_hw_get_op_cfg() 662 struct bdisp_frame *dst = &ctx->dst; in bdisp_hw_get_op_cfg() 762 struct bdisp_frame *src = &ctx->src; in bdisp_hw_build_node() 763 struct bdisp_frame *dst = &ctx->dst; in bdisp_hw_build_node()
|
H A D | bdisp-debug.c | 417 static const char *bdisp_fmt_to_str(struct bdisp_frame frame) in bdisp_fmt_to_str() 444 struct bdisp_frame src, dst; in last_request_show()
|
Completed in 9 milliseconds