Home
last modified time | relevance | path

Searched refs:v4l2_m2m_get_vq (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/drivers/media/v4l2-core/
Dv4l2-mem2mem.c119 struct vb2_queue *v4l2_m2m_get_vq(struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_get_vq() function
130 EXPORT_SYMBOL(v4l2_m2m_get_vq);
437 vq = v4l2_m2m_get_vq(m2m_ctx, reqbufs->type); in v4l2_m2m_reqbufs()
471 vq = v4l2_m2m_get_vq(m2m_ctx, buf->type); in v4l2_m2m_querybuf()
489 vq = v4l2_m2m_get_vq(m2m_ctx, buf->type); in v4l2_m2m_qbuf()
509 vq = v4l2_m2m_get_vq(m2m_ctx, buf->type); in v4l2_m2m_dqbuf()
527 vq = v4l2_m2m_get_vq(m2m_ctx, buf->type); in v4l2_m2m_prepare_buf()
546 vq = v4l2_m2m_get_vq(m2m_ctx, create->format.type); in v4l2_m2m_create_bufs()
556 vq = v4l2_m2m_get_vq(m2m_ctx, eb->type); in v4l2_m2m_expbuf()
567 vq = v4l2_m2m_get_vq(m2m_ctx, type); in v4l2_m2m_streamon()
/linux-4.19.296/include/media/
Dv4l2-mem2mem.h136 struct vb2_queue *v4l2_m2m_get_vq(struct v4l2_m2m_ctx *m2m_ctx,