Home
last modified time | relevance | path

Searched refs:v4l2_m2m_dst_buf_remove (Results 1 – 12 of 12) sorted by relevance

/linux-4.1.27/include/media/
Dv4l2-mem2mem.h232 static inline void *v4l2_m2m_dst_buf_remove(struct v4l2_m2m_ctx *m2m_ctx) in v4l2_m2m_dst_buf_remove() function
/linux-4.1.27/drivers/media/platform/
Dvim2m.c406 dst_vb = v4l2_m2m_dst_buf_remove(curr_ctx->fh.m2m_ctx); in device_isr()
799 vb = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in vim2m_stop_streaming()
Dmx2_emmaprp.c376 dst_vb = v4l2_m2m_dst_buf_remove(curr_ctx->m2m_ctx); in emmaprp_irq()
Dsh_veu.c1101 dst = v4l2_m2m_dst_buf_remove(veu->m2m_ctx); in sh_veu_isr()
Dm2m-deinterlace.c208 dst_vb = v4l2_m2m_dst_buf_remove(curr_ctx->m2m_ctx); in dma_callback()
/linux-4.1.27/drivers/media/platform/s5p-jpeg/
Djpeg-core.c2279 dst_buf = v4l2_m2m_dst_buf_remove(curr_ctx->fh.m2m_ctx); in s5p_jpeg_irq()
2334 dst_vb = v4l2_m2m_dst_buf_remove(curr_ctx->fh.m2m_ctx); in exynos4_jpeg_irq()
2428 dst_buf = v4l2_m2m_dst_buf_remove(curr_ctx->fh.m2m_ctx); in exynos3250_jpeg_irq()
/linux-4.1.27/drivers/media/platform/exynos-gsc/
Dgsc-m2m.c86 dst_vb = v4l2_m2m_dst_buf_remove(ctx->m2m_ctx); in gsc_m2m_job_finish()
/linux-4.1.27/drivers/media/platform/exynos4-is/
Dfimc-m2m.c51 dst_vb = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in fimc_m2m_job_finish()
/linux-4.1.27/drivers/media/platform/s5p-g2d/
Dg2d.c548 dst = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in g2d_isr()
/linux-4.1.27/drivers/media/platform/coda/
Dcoda-bit.c1307 dst_buf = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in coda_finish_encode()
1952 dst_buf = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in coda_finish_decode()
Dcoda-common.c1331 while ((buf = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx))) in coda_start_streaming()
1365 while ((buf = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx))) in coda_stop_streaming()
/linux-4.1.27/drivers/media/platform/ti-vpe/
Dvpe.c1111 ctx->dst_vb = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in device_run()