Searched refs:far_end (Results 1 – 2 of 2) sorted by relevance
208 struct iss_video *far_end = NULL; in iss_video_far_end() local226 far_end = other; in iss_video_far_end()233 return far_end; in iss_video_far_end()854 struct iss_video *far_end; in iss_video_streamon() local902 far_end = iss_video_far_end(video, pipe); in iss_video_streamon()903 if (IS_ERR(far_end)) { in iss_video_streamon()904 ret = PTR_ERR(far_end); in iss_video_streamon()910 pipe->input = far_end; in iss_video_streamon()913 if (!far_end) { in iss_video_streamon()920 pipe->output = far_end; in iss_video_streamon()
226 struct isp_video *far_end = NULL; in isp_video_get_graph_data() local238 if (far_end != NULL) in isp_video_get_graph_data()249 far_end = __video; in isp_video_get_graph_data()255 pipe->input = far_end; in isp_video_get_graph_data()258 if (far_end == NULL) in isp_video_get_graph_data()262 pipe->output = far_end; in isp_video_get_graph_data()