Lines Matching refs:gsc_fd
525 if (0 < gsc_handle->gsc_fd) in m_exynos_gsc_destroy()
526 close(gsc_handle->gsc_fd); in m_exynos_gsc_destroy()
527 gsc_handle->gsc_fd = 0; in m_exynos_gsc_destroy()
557 gsc_handle->gsc_fd = m_exynos_gsc_m2m_create(i); in m_exynos_gsc_find_and_trylock_and_create()
558 if (gsc_handle->gsc_fd < 0) { in m_exynos_gsc_find_and_trylock_and_create()
559 gsc_handle->gsc_fd = 0; in m_exynos_gsc_find_and_trylock_and_create()
725 gsc_handle->gsc_fd = 0; in exynos_gsc_create()
819 gsc_handle->gsc_fd = -1; in exynos_gsc_reserve()
905 gsc_handle->gsc_fd = -1; in exynos_gsc_create_exclusive()
944 gsc_handle->gsc_fd = m_exynos_gsc_m2m_create(dev_num); in exynos_gsc_create_exclusive()
945 if (gsc_handle->gsc_fd < 0) { in exynos_gsc_create_exclusive()
1826 if (exynos_v4l2_s_ctrl(gsc_handle->gsc_fd, in exynos_gsc_m2m_run_core()
1839 if (m_exynos_gsc_set_format(gsc_handle->gsc_fd, &gsc_handle->src) == false) { in exynos_gsc_m2m_run_core()
1847 if (m_exynos_gsc_set_format(gsc_handle->gsc_fd, &gsc_handle->dst) == false) { in exynos_gsc_m2m_run_core()
1878 if (m_exynos_gsc_set_addr(gsc_handle->gsc_fd, &gsc_handle->src) == false) { in exynos_gsc_m2m_run_core()
1883 if (m_exynos_gsc_set_addr(gsc_handle->gsc_fd, &gsc_handle->dst) == false) { in exynos_gsc_m2m_run_core()
1889 if (exynos_v4l2_streamon(gsc_handle->gsc_fd, gsc_handle->src.buf_type) < 0) { in exynos_gsc_m2m_run_core()
1897 if (exynos_v4l2_streamon(gsc_handle->gsc_fd, gsc_handle->dst.buf_type) < 0) { in exynos_gsc_m2m_run_core()
1932 if (exynos_v4l2_dqbuf(gsc_handle->gsc_fd, &gsc_handle->src.buffer) < 0) { in exynos_gsc_m2m_wait_frame_done()
1940 if (exynos_v4l2_dqbuf(gsc_handle->gsc_fd, &gsc_handle->dst.buffer) < 0) { in exynos_gsc_m2m_wait_frame_done()
1979 if (exynos_v4l2_streamoff(gsc_handle->gsc_fd, gsc_handle->src.buf_type) < 0) { in exynos_gsc_m2m_stop()
1988 if (exynos_v4l2_streamoff(gsc_handle->gsc_fd, gsc_handle->dst.buf_type) < 0) { in exynos_gsc_m2m_stop()
2008 if (exynos_v4l2_s_ctrl(gsc_handle->gsc_fd, in exynos_gsc_m2m_stop()
2019 if (exynos_v4l2_reqbufs(gsc_handle->gsc_fd, &req_buf) < 0) { in exynos_gsc_m2m_stop()
2028 if (exynos_v4l2_reqbufs(gsc_handle->gsc_fd, &req_buf) < 0) { in exynos_gsc_m2m_stop()