Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/sti/bdisp/
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;
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()
447 struct bdisp_frame *frame = ctx_get_frame(ctx, vq->type); in bdisp_queue_setup()
472 struct bdisp_frame *frame = ctx_get_frame(ctx, vb->vb2_queue->type); in bdisp_buf_prepare()
728 struct bdisp_frame *frame = ctx_get_frame(ctx, f->type); in bdisp_g_fmt()
802 struct bdisp_frame *frame; in bdisp_s_fmt()
853 struct bdisp_frame *frame; in bdisp_g_selection()
931 struct bdisp_frame *frame; in bdisp_s_selection()
Dbdisp-hw.c366 struct bdisp_frame *src = &ctx->src; in bdisp_hw_get_op_cfg()
367 struct bdisp_frame *dst = &ctx->dst; in bdisp_hw_get_op_cfg()
467 struct bdisp_frame *src = &ctx->src; in bdisp_hw_build_node()
468 struct bdisp_frame *dst = &ctx->dst; in bdisp_hw_build_node()
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 bdisp_dbg_last_request()