Searched refs:flag1_buf (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/platform/sunxi/sun8i-di/ |
H A D | sun8i-di.c | 606 ctx->flag1_buf = dma_alloc_coherent(dev, FLAG_SIZE, in deinterlace_start_streaming() 609 if (!ctx->flag1_buf) { in deinterlace_start_streaming() 628 dma_free_coherent(dev, FLAG_SIZE, ctx->flag1_buf, in deinterlace_start_streaming() 645 dma_free_coherent(dev, FLAG_SIZE, ctx->flag1_buf, in deinterlace_stop_streaming()
|
H A D | sun8i-di.h | 205 void *flag1_buf; member
|
/kernel/linux/linux-5.10/drivers/media/platform/sunxi/sun8i-di/ |
H A D | sun8i-di.h | 205 void *flag1_buf; member
|
H A D | sun8i-di.c | 606 ctx->flag1_buf = dma_alloc_coherent(dev, FLAG_SIZE, in deinterlace_start_streaming() 609 if (!ctx->flag1_buf) { in deinterlace_start_streaming() 628 dma_free_coherent(dev, FLAG_SIZE, ctx->flag1_buf, in deinterlace_start_streaming() 645 dma_free_coherent(dev, FLAG_SIZE, ctx->flag1_buf, in deinterlace_stop_streaming()
|
Completed in 7 milliseconds