Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/media/omap4iss/
Diss_video.c215 struct iss_video *far_end = NULL; in iss_video_far_end() local
233 far_end = to_iss_video(media_entity_to_video_device(entity)); in iss_video_far_end()
234 if (far_end->type != video->type) in iss_video_far_end()
237 far_end = NULL; in iss_video_far_end()
244 return far_end; in iss_video_far_end()
870 struct iss_video *far_end; in iss_video_streamon() local
923 far_end = iss_video_far_end(video); in iss_video_streamon()
927 pipe->input = far_end; in iss_video_streamon()
930 if (!far_end) { in iss_video_streamon()
937 pipe->output = far_end; in iss_video_streamon()
/Linux-v4.19/drivers/media/platform/omap3isp/
Dispvideo.c231 struct isp_video *far_end = NULL; in isp_video_get_graph_data() local
248 if (far_end != NULL) in isp_video_get_graph_data()
259 far_end = __video; in isp_video_get_graph_data()
267 pipe->input = far_end; in isp_video_get_graph_data()
270 if (far_end == NULL) in isp_video_get_graph_data()
274 pipe->output = far_end; in isp_video_get_graph_data()
/Linux-v4.19/drivers/staging/media/davinci_vpfe/
Dvpfe_video.c136 struct vpfe_video_device *far_end = NULL; in vpfe_prepare_pipeline() local
159 far_end = to_vpfe_video(media_entity_to_video_device(entity)); in vpfe_prepare_pipeline()
160 if (far_end->type == V4L2_BUF_TYPE_VIDEO_OUTPUT) in vpfe_prepare_pipeline()
161 pipe->inputs[pipe->input_num++] = far_end; in vpfe_prepare_pipeline()
163 pipe->outputs[pipe->output_num++] = far_end; in vpfe_prepare_pipeline()