Lines Matching refs:req_buf
604 struct v4l2_requestbuffers req_buf; in m_exynos_gsc_set_format() local
660 req_buf.count = 1; in m_exynos_gsc_set_format()
661 req_buf.type = info->buf_type; in m_exynos_gsc_set_format()
662 req_buf.memory = V4L2_MEMORY_DMABUF; in m_exynos_gsc_set_format()
663 if (exynos_v4l2_reqbufs(fd, &req_buf) < 0) { in m_exynos_gsc_set_format()
1955 struct v4l2_requestbuffers req_buf; in exynos_gsc_m2m_stop() local
2016 req_buf.count = 0; in exynos_gsc_m2m_stop()
2017 req_buf.type = gsc_handle->src.buf_type; in exynos_gsc_m2m_stop()
2018 req_buf.memory = V4L2_MEMORY_DMABUF; in exynos_gsc_m2m_stop()
2019 if (exynos_v4l2_reqbufs(gsc_handle->gsc_fd, &req_buf) < 0) { in exynos_gsc_m2m_stop()
2025 req_buf.count = 0; in exynos_gsc_m2m_stop()
2026 req_buf.type = gsc_handle->dst.buf_type; in exynos_gsc_m2m_stop()
2027 req_buf.memory = V4L2_MEMORY_DMABUF; in exynos_gsc_m2m_stop()
2028 if (exynos_v4l2_reqbufs(gsc_handle->gsc_fd, &req_buf) < 0) { in exynos_gsc_m2m_stop()