Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/ti-vpe/
Dvpdma.c361 int vpdma_alloc_desc_buf(struct vpdma_buf *buf, size_t size) in vpdma_alloc_desc_buf() function
373 EXPORT_SYMBOL(vpdma_alloc_desc_buf);
481 r = vpdma_alloc_desc_buf(&list->buf, size); in vpdma_create_desc_list()
1081 r = vpdma_alloc_desc_buf(&fw_dma_buf, f->size); in vpdma_firmware_cb()
Dvpdma.h214 int vpdma_alloc_desc_buf(struct vpdma_buf *buf, size_t size);
Dvpe.c2266 ret = vpdma_alloc_desc_buf(&ctx->mmr_adb, sizeof(struct vpe_mmr_adb)); in vpe_open()
2270 ret = vpdma_alloc_desc_buf(&ctx->sc_coeff_h, SC_COEF_SRAM_SIZE); in vpe_open()
2274 ret = vpdma_alloc_desc_buf(&ctx->sc_coeff_v, SC_COEF_SRAM_SIZE); in vpe_open()