Home
last modified time | relevance | path

Searched refs:far_end (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/staging/media/omap4iss/
H A 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()
859 struct iss_video *far_end; in iss_video_streamon() local
912 far_end = iss_video_far_end(video); in iss_video_streamon()
916 pipe->input = far_end; in iss_video_streamon()
919 if (!far_end) { in iss_video_streamon()
926 pipe->output = far_end; in iss_video_streamon()
[all...]
/kernel/linux/linux-6.6/drivers/staging/media/omap4iss/
H A Diss_video.c208 struct iss_video *far_end = NULL; in iss_video_far_end() local
226 far_end = other; in iss_video_far_end()
233 return far_end; in iss_video_far_end()
854 struct iss_video *far_end; in iss_video_streamon() local
902 far_end = iss_video_far_end(video, pipe); in iss_video_streamon()
903 if (IS_ERR(far_end)) { in iss_video_streamon()
904 ret = PTR_ERR(far_end); in iss_video_streamon()
910 pipe->input = far_end; in iss_video_streamon()
913 if (!far_end) { in iss_video_streamon()
920 pipe->output = far_end; in iss_video_streamon()
[all...]
/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/
H A 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()
/kernel/linux/linux-6.6/drivers/media/platform/ti/omap3isp/
H A Dispvideo.c226 struct isp_video *far_end = NULL; in isp_video_get_graph_data() local
238 if (far_end != NULL) in isp_video_get_graph_data()
249 far_end = __video; in isp_video_get_graph_data()
255 pipe->input = far_end; in isp_video_get_graph_data()
258 if (far_end == NULL) in isp_video_get_graph_data()
262 pipe->output = far_end; in isp_video_get_graph_data()

Completed in 7 milliseconds