Searched refs:vpdma_alloc_desc_buf (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/ti-vpe/ |
H A D | vpdma.c | 363 int vpdma_alloc_desc_buf(struct vpdma_buf *buf, size_t size) in vpdma_alloc_desc_buf() function 375 EXPORT_SYMBOL(vpdma_alloc_desc_buf); variable 485 r = vpdma_alloc_desc_buf(&list->buf, size); in vpdma_create_desc_list() 1087 r = vpdma_alloc_desc_buf(&fw_dma_buf, f->size); in vpdma_firmware_cb()
|
H A D | vpdma.h | 213 int vpdma_alloc_desc_buf(struct vpdma_buf *buf, size_t size);
|
H A D | vpe.c | 2298 ret = vpdma_alloc_desc_buf(&ctx->mmr_adb, sizeof(struct vpe_mmr_adb)); in vpe_open() 2302 ret = vpdma_alloc_desc_buf(&ctx->sc_coeff_h, SC_COEF_SRAM_SIZE); in vpe_open() 2306 ret = vpdma_alloc_desc_buf(&ctx->sc_coeff_v, SC_COEF_SRAM_SIZE); in vpe_open()
|
/kernel/linux/linux-6.6/drivers/media/platform/ti/vpe/ |
H A D | vpdma.c | 363 int vpdma_alloc_desc_buf(struct vpdma_buf *buf, size_t size) in vpdma_alloc_desc_buf() function 375 EXPORT_SYMBOL(vpdma_alloc_desc_buf); variable 485 r = vpdma_alloc_desc_buf(&list->buf, size); in vpdma_create_desc_list() 1086 r = vpdma_alloc_desc_buf(&fw_dma_buf, f->size); in vpdma_firmware_cb()
|
H A D | vpdma.h | 213 int vpdma_alloc_desc_buf(struct vpdma_buf *buf, size_t size);
|
H A D | vpe.c | 2296 ret = vpdma_alloc_desc_buf(&ctx->mmr_adb, sizeof(struct vpe_mmr_adb)); in vpe_open() 2300 ret = vpdma_alloc_desc_buf(&ctx->sc_coeff_h, SC_COEF_SRAM_SIZE); in vpe_open() 2304 ret = vpdma_alloc_desc_buf(&ctx->sc_coeff_v, SC_COEF_SRAM_SIZE); in vpe_open()
|
Completed in 11 milliseconds