Searched refs:v4l2_m2m_streamoff (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/include/media/ |
D | v4l2-mem2mem.h | 276 int v4l2_m2m_streamoff(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
|
/Linux-v5.4/drivers/media/v4l2-core/ |
D | v4l2-mem2mem.c | 566 int v4l2_m2m_streamoff(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_streamoff() function 604 EXPORT_SYMBOL_GPL(v4l2_m2m_streamoff); 1124 return v4l2_m2m_streamoff(file, fh->m2m_ctx, type); in v4l2_m2m_ioctl_streamoff()
|
/Linux-v5.4/drivers/media/platform/exynos-gsc/ |
D | gsc-m2m.c | 431 return v4l2_m2m_streamoff(file, ctx->m2m_ctx, type); in gsc_m2m_streamoff()
|
/Linux-v5.4/drivers/media/platform/ |
D | sh_veu.c | 825 return v4l2_m2m_streamoff(file, veu_file->veu_dev->m2m_ctx, type); in sh_veu_streamoff()
|