Searched defs:v4l2_m2m_get_vq (Results 1 - 1 of 1) sorted by relevance

/drivers/media/video/
H A Dv4l2-mem2mem.c75 * v4l2_m2m_get_vq() - return vb2_queue for the given type
77 struct vb2_queue *v4l2_m2m_get_vq(struct v4l2_m2m_ctx *m2m_ctx, function
88 EXPORT_SYMBOL(v4l2_m2m_get_vq); variable
300 vq = v4l2_m2m_get_vq(m2m_ctx, reqbufs->type);
317 vq = v4l2_m2m_get_vq(m2m_ctx, buf->type);
345 vq = v4l2_m2m_get_vq(m2m_ctx, buf->type);
363 vq = v4l2_m2m_get_vq(m2m_ctx, buf->type);
377 vq = v4l2_m2m_get_vq(m2m_ctx, type);
394 vq = v4l2_m2m_get_vq(m2m_ctx, type);

Completed in 58 milliseconds