Searched refs:far_end (Results 1 – 3 of 3) sorted by relevance
210 struct iss_video *far_end = NULL; in iss_video_far_end() local222 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() local801 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()
230 struct isp_video *far_end = NULL; in isp_video_get_graph_data() local240 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()
135 struct vpfe_video_device *far_end = NULL; in vpfe_prepare_pipeline() local153 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()