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()
695 u32 pad; in isp_video_try_format() local
701 subdev = isp_video_remote_subdev(video, &pad); in isp_video_try_format()
707 fmt.pad = pad; in isp_video_try_format()
709 ret = v4l2_subdev_call(subdev, pad, get_fmt, NULL, &fmt); in isp_video_try_format()
741 u32 pad; in isp_video_get_crop() local
744 subdev = isp_video_remote_subdev(video, &pad); in isp_video_get_crop()
755 format.pad = pad; in isp_video_get_crop()
757 ret = v4l2_subdev_call(subdev, pad, get_fmt, NULL, &format); in isp_video_get_crop()
927 fmt.pad = source_pad->index; in isp_video_check_external_subdevs()
930 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()