Home
last modified time | relevance | path

Searched refs:v4l2_m2m_streamoff (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/include/media/
Dv4l2-mem2mem.h276 int v4l2_m2m_streamoff(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
/Linux-v5.4/drivers/media/v4l2-core/
Dv4l2-mem2mem.c566 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/
Dgsc-m2m.c431 return v4l2_m2m_streamoff(file, ctx->m2m_ctx, type); in gsc_m2m_streamoff()
/Linux-v5.4/drivers/media/platform/
Dsh_veu.c825 return v4l2_m2m_streamoff(file, veu_file->veu_dev->m2m_ctx, type); in sh_veu_streamoff()