Searched refs:far_end (Results 1 – 3 of 3) sorted by relevance
215 struct iss_video *far_end = NULL; in iss_video_far_end() local233 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() local923 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()
231 struct isp_video *far_end = NULL; in isp_video_get_graph_data() local248 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()
136 struct vpfe_video_device *far_end = NULL; in vpfe_prepare_pipeline() local159 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()