Searched refs:v4l2_m2m_qbuf (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/include/media/ |
D | v4l2-mem2mem.h | 212 int v4l2_m2m_qbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
|
/Linux-v5.4/drivers/media/v4l2-core/ |
D | v4l2-mem2mem.c | 488 int v4l2_m2m_qbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_qbuf() function 508 EXPORT_SYMBOL_GPL(v4l2_m2m_qbuf); 1079 return v4l2_m2m_qbuf(file, fh->m2m_ctx, buf); in v4l2_m2m_ioctl_qbuf()
|
/Linux-v5.4/drivers/media/platform/exynos-gsc/ |
D | gsc-m2m.c | 401 return v4l2_m2m_qbuf(file, ctx->m2m_ctx, buf); in gsc_m2m_qbuf()
|
/Linux-v5.4/drivers/media/platform/ |
D | sh_veu.c | 634 return v4l2_m2m_qbuf(file, veu_file->veu_dev->m2m_ctx, buf); in sh_veu_qbuf()
|
/Linux-v5.4/drivers/media/platform/mtk-vcodec/ |
D | mtk_vcodec_enc.c | 694 return v4l2_m2m_qbuf(file, ctx->m2m_ctx, buf); in vidioc_venc_qbuf()
|
D | mtk_vcodec_dec.c | 612 return v4l2_m2m_qbuf(file, ctx->m2m_ctx, buf); in vidioc_vdec_qbuf()
|
/Linux-v5.4/drivers/media/platform/mtk-jpeg/ |
D | mtk_jpeg_core.c | 526 return v4l2_m2m_qbuf(file, fh->m2m_ctx, buf); in mtk_jpeg_qbuf()
|
/Linux-v5.4/drivers/media/platform/sti/hva/ |
D | hva-v4l2.c | 584 return v4l2_m2m_qbuf(file, ctx->fh.m2m_ctx, buf); in hva_qbuf()
|
/Linux-v5.4/drivers/media/platform/coda/ |
D | coda-common.c | 883 return v4l2_m2m_qbuf(file, ctx->fh.m2m_ctx, buf); in coda_qbuf()
|