Lines Matching refs:pad
207 isp_video_remote_subdev(struct isp_video *video, u32 *pad) in isp_video_remote_subdev() argument
211 remote = media_entity_remote_pad(&video->pad); in isp_video_remote_subdev()
217 if (pad) in isp_video_remote_subdev()
218 *pad = remote->index; in isp_video_remote_subdev()
275 u32 pad; in __isp_video_get_format() local
278 subdev = isp_video_remote_subdev(video, &pad); in __isp_video_get_format()
282 fmt.pad = pad; in __isp_video_get_format()
286 ret = v4l2_subdev_call(subdev, pad, get_fmt, NULL, &fmt); in __isp_video_get_format()
692 u32 pad; in isp_video_try_format() local
698 subdev = isp_video_remote_subdev(video, &pad); in isp_video_try_format()
704 fmt.pad = pad; in isp_video_try_format()
706 ret = v4l2_subdev_call(subdev, pad, get_fmt, NULL, &fmt); in isp_video_try_format()
738 u32 pad; in isp_video_get_crop() local
741 subdev = isp_video_remote_subdev(video, &pad); in isp_video_get_crop()
752 format.pad = pad; in isp_video_get_crop()
754 ret = v4l2_subdev_call(subdev, pad, get_fmt, NULL, &format); in isp_video_get_crop()
924 fmt.pad = source_pad->index; in isp_video_check_external_subdevs()
927 pad, get_fmt, NULL, &fmt); in isp_video_check_external_subdevs()
1353 video->pad.flags = MEDIA_PAD_FL_SINK in omap3isp_video_init()
1358 video->pad.flags = MEDIA_PAD_FL_SOURCE in omap3isp_video_init()
1371 ret = media_entity_init(&video->video.entity, 1, &video->pad, 0); in omap3isp_video_init()