Lines Matching refs:vpdma
366 struct vpdma_data *vpdma; /* vpdma data handle */ member
684 vpdma_set_line_mode(ctx->dev->vpdma, line_mode, VPE_CHAN_CHROMA1_IN); in set_cfg_and_line_modes()
685 vpdma_set_line_mode(ctx->dev->vpdma, line_mode, VPE_CHAN_CHROMA2_IN); in set_cfg_and_line_modes()
686 vpdma_set_line_mode(ctx->dev->vpdma, line_mode, VPE_CHAN_CHROMA3_IN); in set_cfg_and_line_modes()
689 vpdma_set_frame_start_event(ctx->dev->vpdma, VPDMA_FSEVENT_CHANNEL_ACTIVE, in set_cfg_and_line_modes()
691 vpdma_set_frame_start_event(ctx->dev->vpdma, VPDMA_FSEVENT_CHANNEL_ACTIVE, in set_cfg_and_line_modes()
693 vpdma_set_frame_start_event(ctx->dev->vpdma, VPDMA_FSEVENT_CHANNEL_ACTIVE, in set_cfg_and_line_modes()
697 vpdma_set_frame_start_event(ctx->dev->vpdma, VPDMA_FSEVENT_CHANNEL_ACTIVE, in set_cfg_and_line_modes()
699 vpdma_set_frame_start_event(ctx->dev->vpdma, VPDMA_FSEVENT_CHANNEL_ACTIVE, in set_cfg_and_line_modes()
701 vpdma_set_frame_start_event(ctx->dev->vpdma, VPDMA_FSEVENT_CHANNEL_ACTIVE, in set_cfg_and_line_modes()
705 vpdma_set_frame_start_event(ctx->dev->vpdma, VPDMA_FSEVENT_CHANNEL_ACTIVE, in set_cfg_and_line_modes()
1081 vpdma_enable_list_complete_irq(ctx->dev->vpdma, 0, true); in enable_irqs()
1089 vpdma_enable_list_complete_irq(ctx->dev->vpdma, 0, false); in disable_irqs()
1117 vpdma_map_desc_buf(ctx->dev->vpdma, &ctx->mmr_adb); in device_run()
1125 vpdma_map_desc_buf(ctx->dev->vpdma, &ctx->sc_coeff_h); in device_run()
1135 vpdma_map_desc_buf(ctx->dev->vpdma, &ctx->sc_coeff_v); in device_run()
1205 vpdma_map_desc_buf(ctx->dev->vpdma, &ctx->desc_list.buf); in device_run()
1206 vpdma_submit_descs(ctx->dev->vpdma, &ctx->desc_list); in device_run()
1261 vpdma_clear_list_stat(ctx->dev->vpdma); in vpe_irq()
1274 vpdma_unmap_desc_buf(dev->vpdma, &ctx->desc_list.buf); in vpe_irq()
1275 vpdma_unmap_desc_buf(dev->vpdma, &ctx->mmr_adb); in vpe_irq()
1276 vpdma_unmap_desc_buf(dev->vpdma, &ctx->sc_coeff_h); in vpe_irq()
1277 vpdma_unmap_desc_buf(dev->vpdma, &ctx->sc_coeff_v); in vpe_irq()
1882 vpdma_dump_regs(ctx->dev->vpdma); in vpe_stop_streaming()
2260 dev->vpdma = vpdma_create(pdev, vpe_fw_cb); in vpe_probe()
2261 if (IS_ERR(dev->vpdma)) { in vpe_probe()
2262 ret = PTR_ERR(dev->vpdma); in vpe_probe()