Lines Matching refs:vq

1814 static int s5p_mfc_queue_setup(struct vb2_queue *vq,  in s5p_mfc_queue_setup()  argument
1819 struct s5p_mfc_ctx *ctx = fh_to_ctx(vq->drv_priv); in s5p_mfc_queue_setup()
1826 if (vq->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) { in s5p_mfc_queue_setup()
1837 } else if (vq->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) { in s5p_mfc_queue_setup()
1863 mfc_err("inavlid queue type: %d\n", vq->type); in s5p_mfc_queue_setup()
1871 struct vb2_queue *vq = vb->vb2_queue; in s5p_mfc_buf_init() local
1872 struct s5p_mfc_ctx *ctx = fh_to_ctx(vq->drv_priv); in s5p_mfc_buf_init()
1876 if (vq->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) { in s5p_mfc_buf_init()
1885 } else if (vq->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) { in s5p_mfc_buf_init()
1897 mfc_err("inavlid queue type: %d\n", vq->type); in s5p_mfc_buf_init()
1905 struct vb2_queue *vq = vb->vb2_queue; in s5p_mfc_buf_prepare() local
1906 struct s5p_mfc_ctx *ctx = fh_to_ctx(vq->drv_priv); in s5p_mfc_buf_prepare()
1909 if (vq->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) { in s5p_mfc_buf_prepare()
1919 } else if (vq->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) { in s5p_mfc_buf_prepare()
1933 mfc_err("inavlid queue type: %d\n", vq->type); in s5p_mfc_buf_prepare()
2002 struct vb2_queue *vq = vb->vb2_queue; in s5p_mfc_buf_queue() local
2003 struct s5p_mfc_ctx *ctx = fh_to_ctx(vq->drv_priv); in s5p_mfc_buf_queue()
2013 if (vq->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) { in s5p_mfc_buf_queue()
2021 } else if (vq->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) { in s5p_mfc_buf_queue()
2029 mfc_err("unsupported buffer type (%d)\n", vq->type); in s5p_mfc_buf_queue()