Home
last modified time | relevance | path

Searched refs:bdisp_frame (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/media/platform/st/sti/bdisp/
H A Dbdisp.h68 struct bdisp_frame { struct
90 struct bdisp_frame src; argument
91 struct bdisp_frame dst;
114 struct bdisp_frame src;
115 struct bdisp_frame dst;
H A Dbdisp-v4l2.c108 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 *frame; in bdisp_s_selection()
H A Dbdisp-hw.c661 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 Dbdisp-debug.c417 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()