v4l2_m2m_streamon
return v4l2_m2m_streamon(file, channel->fh.m2m_ctx, type);
return v4l2_m2m_streamon(file, ctx->fh.m2m_ctx, type);
return v4l2_m2m_streamon(file, ctx->m2m_ctx, type);
return v4l2_m2m_streamon(file, ctx->fh.m2m_ctx, type);
return v4l2_m2m_streamon(file, ctx->m2m_ctx, type);
return v4l2_m2m_streamon(file, ctx->fh.m2m_ctx, type);
return v4l2_m2m_streamon(file, fh->m2m_ctx, type);
EXPORT_SYMBOL_GPL(v4l2_m2m_streamon);
int v4l2_m2m_streamon(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,