sdsel             773 drivers/media/platform/omap3isp/ispvideo.c 	struct v4l2_subdev_selection sdsel = {
sdsel             803 drivers/media/platform/omap3isp/ispvideo.c 	sdsel.pad = pad;
sdsel             804 drivers/media/platform/omap3isp/ispvideo.c 	ret = v4l2_subdev_call(subdev, pad, get_selection, NULL, &sdsel);
sdsel             806 drivers/media/platform/omap3isp/ispvideo.c 		sel->r = sdsel.r;
sdsel             829 drivers/media/platform/omap3isp/ispvideo.c 	struct v4l2_subdev_selection sdsel = {
sdsel             854 drivers/media/platform/omap3isp/ispvideo.c 	sdsel.pad = pad;
sdsel             856 drivers/media/platform/omap3isp/ispvideo.c 	ret = v4l2_subdev_call(subdev, pad, set_selection, NULL, &sdsel);
sdsel             859 drivers/media/platform/omap3isp/ispvideo.c 		sel->r = sdsel.r;
sdsel             650 drivers/staging/media/omap4iss/iss_video.c 	struct v4l2_subdev_selection sdsel = {
sdsel             681 drivers/staging/media/omap4iss/iss_video.c 	sdsel.pad = pad;
sdsel             682 drivers/staging/media/omap4iss/iss_video.c 	ret = v4l2_subdev_call(subdev, pad, get_selection, NULL, &sdsel);
sdsel             684 drivers/staging/media/omap4iss/iss_video.c 		sel->r = sdsel.r;
sdsel             707 drivers/staging/media/omap4iss/iss_video.c 	struct v4l2_subdev_selection sdsel = {
sdsel             732 drivers/staging/media/omap4iss/iss_video.c 	sdsel.pad = pad;
sdsel             734 drivers/staging/media/omap4iss/iss_video.c 	ret = v4l2_subdev_call(subdev, pad, set_selection, NULL, &sdsel);
sdsel             737 drivers/staging/media/omap4iss/iss_video.c 		sel->r = sdsel.r;
sdsel            1768 drivers/staging/media/soc_camera/soc_camera.c 	struct v4l2_subdev_selection sdsel = {
sdsel            1774 drivers/staging/media/soc_camera/soc_camera.c 	ret = v4l2_subdev_call(sd, pad, get_selection, NULL, &sdsel);
sdsel            1777 drivers/staging/media/soc_camera/soc_camera.c 	sel->r = sdsel.r;
sdsel            1785 drivers/staging/media/soc_camera/soc_camera.c 	struct v4l2_subdev_selection sdsel = {
sdsel            1793 drivers/staging/media/soc_camera/soc_camera.c 	ret = v4l2_subdev_call(sd, pad, set_selection, NULL, &sdsel);
sdsel            1796 drivers/staging/media/soc_camera/soc_camera.c 	sel->r = sdsel.r;