Searched refs:v4l2_m2m_dqbuf (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/include/media/ |
| D | v4l2-mem2mem.h | 223 int v4l2_m2m_dqbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
|
| /Linux-v5.4/drivers/media/v4l2-core/ |
| D | v4l2-mem2mem.c | 510 int v4l2_m2m_dqbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_dqbuf() function 518 EXPORT_SYMBOL_GPL(v4l2_m2m_dqbuf); 1088 return v4l2_m2m_dqbuf(file, fh->m2m_ctx, buf); in v4l2_m2m_ioctl_dqbuf()
|
| /Linux-v5.4/drivers/media/platform/exynos-gsc/ |
| D | gsc-m2m.c | 408 return v4l2_m2m_dqbuf(file, ctx->m2m_ctx, buf); in gsc_m2m_dqbuf()
|
| /Linux-v5.4/drivers/media/platform/ |
| D | sh_veu.c | 645 return v4l2_m2m_dqbuf(file, veu_file->veu_dev->m2m_ctx, buf); in sh_veu_dqbuf()
|
| /Linux-v5.4/drivers/media/platform/mtk-vcodec/ |
| D | mtk_vcodec_enc.c | 708 return v4l2_m2m_dqbuf(file, ctx->m2m_ctx, buf); in vidioc_venc_dqbuf()
|
| D | mtk_vcodec_dec.c | 626 return v4l2_m2m_dqbuf(file, ctx->m2m_ctx, buf); in vidioc_vdec_dqbuf()
|
| /Linux-v5.4/drivers/media/platform/coda/ |
| D | coda-common.c | 891 ret = v4l2_m2m_dqbuf(file, ctx->fh.m2m_ctx, buf); in coda_dqbuf()
|