Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/platform/ti-vpe/
Dvpdma.c372 void vpdma_free_desc_buf(struct vpdma_buf *buf) in vpdma_free_desc_buf() function
379 EXPORT_SYMBOL(vpdma_free_desc_buf);
464 vpdma_free_desc_buf(&abort_list.buf); in vpdma_list_cleanup()
508 vpdma_free_desc_buf(&list->buf); in vpdma_free_desc_list()
1111 vpdma_free_desc_buf(&fw_dma_buf); in vpdma_firmware_cb()
Dvpdma.h212 void vpdma_free_desc_buf(struct vpdma_buf *buf);
Dvpe.c2332 vpdma_free_desc_buf(&ctx->sc_coeff_v); in vpe_open()
2334 vpdma_free_desc_buf(&ctx->sc_coeff_h); in vpe_open()
2336 vpdma_free_desc_buf(&ctx->mmr_adb); in vpe_open()
2356 vpdma_free_desc_buf(&ctx->mmr_adb); in vpe_release()
2358 vpdma_free_desc_buf(&ctx->sc_coeff_v); in vpe_release()
2359 vpdma_free_desc_buf(&ctx->sc_coeff_h); in vpe_release()