Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/ti-vpe/
Dvpdma.c375 void vpdma_free_desc_buf(struct vpdma_buf *buf) in vpdma_free_desc_buf() function
382 EXPORT_SYMBOL(vpdma_free_desc_buf);
465 vpdma_free_desc_buf(&abort_list.buf); in vpdma_list_cleanup()
509 vpdma_free_desc_buf(&list->buf); in vpdma_free_desc_list()
1112 vpdma_free_desc_buf(&fw_dma_buf); in vpdma_firmware_cb()
Dvpdma.h215 void vpdma_free_desc_buf(struct vpdma_buf *buf);
Dvpe.c2349 vpdma_free_desc_buf(&ctx->sc_coeff_v); in vpe_open()
2351 vpdma_free_desc_buf(&ctx->sc_coeff_h); in vpe_open()
2353 vpdma_free_desc_buf(&ctx->mmr_adb); in vpe_open()
2373 vpdma_free_desc_buf(&ctx->mmr_adb); in vpe_release()
2375 vpdma_free_desc_buf(&ctx->sc_coeff_v); in vpe_release()
2376 vpdma_free_desc_buf(&ctx->sc_coeff_h); in vpe_release()