Searched refs:v4l2_m2m_poll (Results 1 – 3 of 3) sorted by relevance
948 __poll_t v4l2_m2m_poll(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_poll() function976 EXPORT_SYMBOL_GPL(v4l2_m2m_poll);1635 ret = v4l2_m2m_poll(file, m2m_ctx, wait); in v4l2_m2m_fop_poll()
476 * v4l2_m2m_poll() - poll replacement, for destination buffers only487 __poll_t v4l2_m2m_poll(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
699 ret = v4l2_m2m_poll(file, ctx->m2m_ctx, wait); in gsc_m2m_poll()