Lines Matching defs:vpdma

43 #include "vpdma.h"
230 /* vpdma format info for each plane */
387 struct vpdma_data *vpdma; /* vpdma data handle */
718 vpdma_set_line_mode(ctx->dev->vpdma, line_mode, VPE_CHAN_CHROMA1_IN);
719 vpdma_set_line_mode(ctx->dev->vpdma, line_mode, VPE_CHAN_CHROMA2_IN);
720 vpdma_set_line_mode(ctx->dev->vpdma, line_mode, VPE_CHAN_CHROMA3_IN);
723 vpdma_set_frame_start_event(ctx->dev->vpdma, VPDMA_FSEVENT_CHANNEL_ACTIVE,
725 vpdma_set_frame_start_event(ctx->dev->vpdma, VPDMA_FSEVENT_CHANNEL_ACTIVE,
727 vpdma_set_frame_start_event(ctx->dev->vpdma, VPDMA_FSEVENT_CHANNEL_ACTIVE,
731 vpdma_set_frame_start_event(ctx->dev->vpdma, VPDMA_FSEVENT_CHANNEL_ACTIVE,
733 vpdma_set_frame_start_event(ctx->dev->vpdma, VPDMA_FSEVENT_CHANNEL_ACTIVE,
735 vpdma_set_frame_start_event(ctx->dev->vpdma, VPDMA_FSEVENT_CHANNEL_ACTIVE,
739 vpdma_set_frame_start_event(ctx->dev->vpdma, VPDMA_FSEVENT_CHANNEL_ACTIVE,
766 vpdma_set_bg_color(ctx->dev->vpdma,
886 * ensure that vpdma operates correctly
1045 * we need to set a separate vpdma chroma channel.
1072 vpdma_set_max_size(ctx->dev->vpdma, VPDMA_MAX_SIZE1,
1111 * we need to set a separate vpdma chroma channel.
1194 vpdma_enable_list_complete_irq(ctx->dev->vpdma, 0, 0, true);
1202 vpdma_enable_list_complete_irq(ctx->dev->vpdma, 0, 0, false);
1258 vpdma_map_desc_buf(ctx->dev->vpdma, &ctx->mmr_adb);
1269 vpdma_map_desc_buf(ctx->dev->vpdma, &ctx->sc_coeff_h);
1279 vpdma_map_desc_buf(ctx->dev->vpdma, &ctx->sc_coeff_v);
1349 vpdma_map_desc_buf(ctx->dev->vpdma, &ctx->desc_list.buf);
1350 vpdma_submit_descs(ctx->dev->vpdma, &ctx->desc_list, 0);
1406 vpdma_clear_list_stat(ctx->dev->vpdma, 0, 0);
1426 vpdma_unmap_desc_buf(dev->vpdma, &ctx->desc_list.buf);
1427 vpdma_unmap_desc_buf(dev->vpdma, &ctx->mmr_adb);
1428 vpdma_unmap_desc_buf(dev->vpdma, &ctx->sc_coeff_h);
1429 vpdma_unmap_desc_buf(dev->vpdma, &ctx->sc_coeff_v);
2206 vpdma_dump_regs(ctx->dev->vpdma);
2414 vpdma_unmap_desc_buf(dev->vpdma, &ctx->desc_list.buf);
2415 vpdma_unmap_desc_buf(dev->vpdma, &ctx->mmr_adb);
2416 vpdma_unmap_desc_buf(dev->vpdma, &ctx->sc_coeff_h);
2417 vpdma_unmap_desc_buf(dev->vpdma, &ctx->sc_coeff_v);
2611 dev->vpdma = &dev->vpdma_data;
2612 ret = vpdma_create(pdev, dev->vpdma, vpe_fw_cb);