vq_dst            189 drivers/media/platform/s5p-mfc/s5p_mfc.c 		s5p_mfc_cleanup_queue(&ctx->dst_queue, &ctx->vq_dst);
vq_dst            484 drivers/media/platform/s5p-mfc/s5p_mfc.c 			s5p_mfc_cleanup_queue(&ctx->dst_queue, &ctx->vq_dst);
vq_dst            843 drivers/media/platform/s5p-mfc/s5p_mfc.c 	q = &ctx->vq_dst;
vq_dst            945 drivers/media/platform/s5p-mfc/s5p_mfc.c 	vb2_queue_release(&ctx->vq_dst);
vq_dst           1003 drivers/media/platform/s5p-mfc/s5p_mfc.c 	dst_q = &ctx->vq_dst;
vq_dst           1055 drivers/media/platform/s5p-mfc/s5p_mfc.c 		ret = vb2_mmap(&ctx->vq_dst, vma);
vq_dst            630 drivers/media/platform/s5p-mfc/s5p_mfc_common.h 	struct vb2_queue vq_dst;
vq_dst            405 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 	if (vb2_is_streaming(&ctx->vq_src) || vb2_is_streaming(&ctx->vq_dst)) {
vq_dst            501 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		ret = vb2_reqbufs(&ctx->vq_dst, reqbufs);
vq_dst            510 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		ret = vb2_reqbufs(&ctx->vq_dst, reqbufs);
vq_dst            521 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 			vb2_reqbufs(&ctx->vq_dst, reqbufs);
vq_dst            586 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		ret = vb2_querybuf(&ctx->vq_dst, buf);
vq_dst            609 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		return vb2_qbuf(&ctx->vq_dst, NULL, buf);
vq_dst            631 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		ret = vb2_dqbuf(&ctx->vq_dst, buf, file->f_flags & O_NONBLOCK);
vq_dst            653 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		return vb2_expbuf(&ctx->vq_dst, eb);
vq_dst            668 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		ret = vb2_streamon(&ctx->vq_dst, type);
vq_dst            682 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		return vb2_streamoff(&ctx->vq_dst, type);
vq_dst           1029 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		s5p_mfc_cleanup_queue(&ctx->dst_queue, &ctx->vq_dst);
vq_dst           1431 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 	if (ctx->vq_src.streaming || ctx->vq_dst.streaming) {
vq_dst           1487 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 			ret = vb2_reqbufs(&ctx->vq_dst, reqbufs);
vq_dst           1498 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		ret = vb2_reqbufs(&ctx->vq_dst, reqbufs);
vq_dst           1510 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 			ret = vb2_reqbufs(&ctx->vq_dst, reqbufs);
vq_dst           1568 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		ret = vb2_querybuf(&ctx->vq_dst, buf);
vq_dst           1603 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		return vb2_qbuf(&ctx->vq_dst, NULL, buf);
vq_dst           1624 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		ret = vb2_dqbuf(&ctx->vq_dst, buf, file->f_flags & O_NONBLOCK);
vq_dst           1626 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 					&& list_empty(&ctx->vq_dst.done_list))
vq_dst           1644 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		return vb2_expbuf(&ctx->vq_dst, eb);
vq_dst           1657 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		return vb2_streamon(&ctx->vq_dst, type);
vq_dst           1670 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		return vb2_streamoff(&ctx->vq_dst, type);
vq_dst           2535 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		s5p_mfc_cleanup_queue(&ctx->dst_queue, &ctx->vq_dst);