Home
last modified time | relevance | path

Searched refs:vpdma_unmap_desc_buf (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/media/platform/ti-vpe/
Dvpdma.c411 void vpdma_unmap_desc_buf(struct vpdma_data *vpdma, struct vpdma_buf *buf) in vpdma_unmap_desc_buf() function
421 EXPORT_SYMBOL(vpdma_unmap_desc_buf);
467 vpdma_unmap_desc_buf(vpdma, &abort_list.buf); in vpdma_list_cleanup()
564 vpdma_unmap_desc_buf(vpdma, &list->buf); in vpdma_update_dma_addr()
1116 vpdma_unmap_desc_buf(vpdma, &fw_dma_buf); in vpdma_firmware_cb()
Dvpe.c1426 vpdma_unmap_desc_buf(dev->vpdma, &ctx->desc_list.buf); in vpe_irq()
1427 vpdma_unmap_desc_buf(dev->vpdma, &ctx->mmr_adb); in vpe_irq()
1428 vpdma_unmap_desc_buf(dev->vpdma, &ctx->sc_coeff_h); in vpe_irq()
1429 vpdma_unmap_desc_buf(dev->vpdma, &ctx->sc_coeff_v); in vpe_irq()
2414 vpdma_unmap_desc_buf(dev->vpdma, &ctx->desc_list.buf); in vpe_release()
2415 vpdma_unmap_desc_buf(dev->vpdma, &ctx->mmr_adb); in vpe_release()
2416 vpdma_unmap_desc_buf(dev->vpdma, &ctx->sc_coeff_h); in vpe_release()
2417 vpdma_unmap_desc_buf(dev->vpdma, &ctx->sc_coeff_v); in vpe_release()
Dvpdma.h216 void vpdma_unmap_desc_buf(struct vpdma_data *vpdma, struct vpdma_buf *buf);