Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/platform/ti-vpe/
Dvpdma.c377 void vpdma_free_desc_buf(struct vpdma_buf *buf) in vpdma_free_desc_buf() function
384 EXPORT_SYMBOL(vpdma_free_desc_buf);
469 vpdma_free_desc_buf(&abort_list.buf); in vpdma_list_cleanup()
513 vpdma_free_desc_buf(&list->buf); in vpdma_free_desc_list()
1118 vpdma_free_desc_buf(&fw_dma_buf); in vpdma_firmware_cb()
Dvpdma.h214 void vpdma_free_desc_buf(struct vpdma_buf *buf);
Dvpe.c2390 vpdma_free_desc_buf(&ctx->sc_coeff_v); in vpe_open()
2392 vpdma_free_desc_buf(&ctx->sc_coeff_h); in vpe_open()
2394 vpdma_free_desc_buf(&ctx->mmr_adb); in vpe_open()
2420 vpdma_free_desc_buf(&ctx->mmr_adb); in vpe_release()
2422 vpdma_free_desc_buf(&ctx->sc_coeff_v); in vpe_release()
2423 vpdma_free_desc_buf(&ctx->sc_coeff_h); in vpe_release()