Home
last modified time | relevance | path

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

/Linux-v5.4/include/media/
Dv4l2-mem2mem.h256 int v4l2_m2m_expbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
/Linux-v5.4/drivers/media/v4l2-core/
Dv4l2-mem2mem.c541 int v4l2_m2m_expbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_expbuf() function
549 EXPORT_SYMBOL_GPL(v4l2_m2m_expbuf);
1106 return v4l2_m2m_expbuf(file, fh->m2m_ctx, eb); in v4l2_m2m_ioctl_expbuf()
/Linux-v5.4/drivers/media/platform/exynos-gsc/
Dgsc-m2m.c387 return v4l2_m2m_expbuf(file, ctx->m2m_ctx, eb); in gsc_m2m_expbuf()