Home
last modified time | relevance | path

Searched refs:vq_dst (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/media/platform/samsung/s5p-mfc/
Ds5p_mfc_dec.c455 if (vb2_is_streaming(&ctx->vq_src) || vb2_is_streaming(&ctx->vq_dst)) { in vidioc_s_fmt()
551 ret = vb2_reqbufs(&ctx->vq_dst, reqbufs); in reqbufs_capture()
560 ret = vb2_reqbufs(&ctx->vq_dst, reqbufs); in reqbufs_capture()
571 vb2_reqbufs(&ctx->vq_dst, reqbufs); in reqbufs_capture()
636 ret = vb2_querybuf(&ctx->vq_dst, buf); in vidioc_querybuf()
659 return vb2_qbuf(&ctx->vq_dst, NULL, buf); in vidioc_qbuf()
681 ret = vb2_dqbuf(&ctx->vq_dst, buf, file->f_flags & O_NONBLOCK); in vidioc_dqbuf()
703 return vb2_expbuf(&ctx->vq_dst, eb); in vidioc_expbuf()
718 ret = vb2_streamon(&ctx->vq_dst, type); in vidioc_streamon()
732 return vb2_streamoff(&ctx->vq_dst, type); in vidioc_streamoff()
[all …]
Ds5p_mfc_enc.c1483 if (ctx->vq_src.streaming || ctx->vq_dst.streaming) { in vidioc_s_fmt()
1545 ret = vb2_reqbufs(&ctx->vq_dst, reqbufs); in vidioc_reqbufs()
1556 ret = vb2_reqbufs(&ctx->vq_dst, reqbufs); in vidioc_reqbufs()
1617 ret = vb2_querybuf(&ctx->vq_dst, buf); in vidioc_querybuf()
1652 return vb2_qbuf(&ctx->vq_dst, NULL, buf); in vidioc_qbuf()
1673 ret = vb2_dqbuf(&ctx->vq_dst, buf, file->f_flags & O_NONBLOCK); in vidioc_dqbuf()
1675 && list_empty(&ctx->vq_dst.done_list)) in vidioc_dqbuf()
1693 return vb2_expbuf(&ctx->vq_dst, eb); in vidioc_expbuf()
1706 return vb2_streamon(&ctx->vq_dst, type); in vidioc_streamon()
1719 return vb2_streamoff(&ctx->vq_dst, type); in vidioc_streamoff()
[all …]
Ds5p_mfc.c193 s5p_mfc_cleanup_queue(&ctx->dst_queue, &ctx->vq_dst); in s5p_mfc_watchdog_worker()
498 s5p_mfc_cleanup_queue(&ctx->dst_queue, &ctx->vq_dst); in s5p_mfc_handle_error()
862 q = &ctx->vq_dst; in s5p_mfc_open()
964 vb2_queue_release(&ctx->vq_dst); in s5p_mfc_release()
1022 dst_q = &ctx->vq_dst; in s5p_mfc_poll()
1074 ret = vb2_mmap(&ctx->vq_dst, vma); in s5p_mfc_mmap()
Ds5p_mfc_common.h645 struct vb2_queue vq_dst; member