Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/media/omap4iss/
Diss_video.c211 struct iss_video *far_end = NULL; in iss_video_far_end() local
229 far_end = to_iss_video(media_entity_to_video_device(entity)); in iss_video_far_end()
230 if (far_end->type != video->type) in iss_video_far_end()
233 far_end = NULL; in iss_video_far_end()
240 return far_end; in iss_video_far_end()
860 struct iss_video *far_end; in iss_video_streamon() local
914 far_end = iss_video_far_end(video); in iss_video_streamon()
918 pipe->input = far_end; in iss_video_streamon()
921 if (!far_end) { in iss_video_streamon()
928 pipe->output = far_end; in iss_video_streamon()
/linux-6.1.9/drivers/media/platform/ti/omap3isp/
Dispvideo.c227 struct isp_video *far_end = NULL; in isp_video_get_graph_data() local
244 if (far_end != NULL) in isp_video_get_graph_data()
255 far_end = __video; in isp_video_get_graph_data()
263 pipe->input = far_end; in isp_video_get_graph_data()
266 if (far_end == NULL) in isp_video_get_graph_data()
270 pipe->output = far_end; in isp_video_get_graph_data()