Searched refs:far_end (Results 1 – 3 of 3) sorted by relevance
211 struct iss_video *far_end = NULL; in iss_video_far_end() local223 far_end = to_iss_video(media_entity_to_video_device(entity)); in iss_video_far_end()224 if (far_end->type != video->type) in iss_video_far_end()227 far_end = NULL; in iss_video_far_end()231 return far_end; in iss_video_far_end()828 struct iss_video *far_end; in iss_video_streamon() local872 far_end = iss_video_far_end(video); in iss_video_streamon()876 pipe->input = far_end; in iss_video_streamon()879 if (far_end == NULL) { in iss_video_streamon()886 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()
138 struct vpfe_video_device *far_end = NULL; in vpfe_prepare_pipeline() local156 far_end = to_vpfe_video(media_entity_to_video_device(entity)); in vpfe_prepare_pipeline()157 if (far_end->type == V4L2_BUF_TYPE_VIDEO_OUTPUT) in vpfe_prepare_pipeline()158 pipe->inputs[pipe->input_num++] = far_end; in vpfe_prepare_pipeline()160 pipe->outputs[pipe->output_num++] = far_end; in vpfe_prepare_pipeline()