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

/linux-master/drivers/media/platform/ti/vpe/
H A Dvpdma.c411 void vpdma_unmap_desc_buf(struct vpdma_data *vpdma, struct vpdma_buf *buf) function
421 EXPORT_SYMBOL(vpdma_unmap_desc_buf); variable
467 vpdma_unmap_desc_buf(vpdma, &abort_list.buf);
564 vpdma_unmap_desc_buf(vpdma, &list->buf);
1115 vpdma_unmap_desc_buf(vpdma, &fw_dma_buf);
H A Dvpdma.h216 void vpdma_unmap_desc_buf(struct vpdma_data *vpdma, struct vpdma_buf *buf);
H A Dvpe.c1426 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);
2412 vpdma_unmap_desc_buf(dev->vpdma, &ctx->desc_list.buf);
2413 vpdma_unmap_desc_buf(dev->vpdma, &ctx->mmr_adb);
2414 vpdma_unmap_desc_buf(dev->vpdma, &ctx->sc_coeff_h);
2415 vpdma_unmap_desc_buf(dev->vpdma, &ctx->sc_coeff_v);

Completed in 115 milliseconds