Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/media/omap4iss/
Diss_video.c210 struct iss_video *far_end = NULL; in iss_video_far_end() local
222 far_end = to_iss_video(media_entity_to_video_device(entity)); in iss_video_far_end()
223 if (far_end->type != video->type) in iss_video_far_end()
226 far_end = NULL; in iss_video_far_end()
230 return far_end; in iss_video_far_end()
757 struct iss_video *far_end; in iss_video_streamon() local
801 far_end = iss_video_far_end(video); in iss_video_streamon()
805 pipe->input = far_end; in iss_video_streamon()
808 if (!far_end) { in iss_video_streamon()
815 pipe->output = far_end; in iss_video_streamon()
/linux-4.4.14/drivers/media/platform/omap3isp/
Dispvideo.c230 struct isp_video *far_end = NULL; in isp_video_get_graph_data() local
240 if (far_end != NULL) in isp_video_get_graph_data()
251 far_end = __video; in isp_video_get_graph_data()
257 pipe->input = far_end; in isp_video_get_graph_data()
260 if (far_end == NULL) in isp_video_get_graph_data()
264 pipe->output = far_end; in isp_video_get_graph_data()
/linux-4.4.14/drivers/staging/media/davinci_vpfe/
Dvpfe_video.c135 struct vpfe_video_device *far_end = NULL; in vpfe_prepare_pipeline() local
153 far_end = to_vpfe_video(media_entity_to_video_device(entity)); in vpfe_prepare_pipeline()
154 if (far_end->type == V4L2_BUF_TYPE_VIDEO_OUTPUT) in vpfe_prepare_pipeline()
155 pipe->inputs[pipe->input_num++] = far_end; in vpfe_prepare_pipeline()
157 pipe->outputs[pipe->output_num++] = far_end; in vpfe_prepare_pipeline()