Home
last modified time | relevance | path

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

/linux/include/media/
H A Dv4l2-mem2mem.h485 __poll_t v4l2_m2m_poll(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
/linux/drivers/media/v4l2-core/
H A Dv4l2-mem2mem.c951 __poll_t v4l2_m2m_poll(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_poll() function
983 EXPORT_SYMBOL_GPL(v4l2_m2m_poll);
1635 ret = v4l2_m2m_poll(file, m2m_ctx, wait); in v4l2_m2m_fop_poll()
/linux/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-m2m.c702 ret = v4l2_m2m_poll(file, ctx->m2m_ctx, wait); in gsc_m2m_poll()