Home
last modified time | relevance | path

Searched refs:far_end (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/staging/media/omap4iss/
H A Diss_video.c208 struct iss_video *far_end = NULL; in iss_video_far_end() local
226 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() local
902 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()
/openbmc/linux/drivers/media/platform/ti/omap3isp/
H A Dispvideo.c226 struct isp_video *far_end = NULL; in isp_video_get_graph_data() local
238 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()