Home
last modified time | relevance | path

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

/Linux-v5.4/include/media/
Dv4l2-mem2mem.h291 __poll_t v4l2_m2m_poll(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
/Linux-v5.4/drivers/media/v4l2-core/
Dv4l2-mem2mem.c666 __poll_t v4l2_m2m_poll(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_poll() function
686 EXPORT_SYMBOL_GPL(v4l2_m2m_poll);
1179 ret = v4l2_m2m_poll(file, m2m_ctx, wait); in v4l2_m2m_fop_poll()
/Linux-v5.4/drivers/media/platform/exynos-gsc/
Dgsc-m2m.c709 ret = v4l2_m2m_poll(file, ctx->m2m_ctx, wait); in gsc_m2m_poll()
/Linux-v5.4/drivers/media/platform/
Dsh_veu.c1015 return v4l2_m2m_poll(file, veu_file->veu_dev->m2m_ctx, wait); in sh_veu_poll()