Home
last modified time | relevance | path

Searched refs:v4l2_m2m_expbuf (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/media/v4l2-core/
H A Dv4l2-mem2mem.c844 int v4l2_m2m_expbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_expbuf() function
852 EXPORT_SYMBOL_GPL(v4l2_m2m_expbuf);
1445 return v4l2_m2m_expbuf(file, fh->m2m_ctx, eb); in v4l2_m2m_ioctl_expbuf()
/linux/include/media/
H A Dv4l2-mem2mem.h405 * v4l2_m2m_expbuf() - export a source or destination buffer, depending on
412 int v4l2_m2m_expbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
/linux/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-m2m.c378 return v4l2_m2m_expbuf(file, ctx->m2m_ctx, eb); in gsc_m2m_expbuf()