Home
last modified time | relevance | path

Searched refs:sdsel (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/staging/media/omap4iss/
Diss_video.c650 struct v4l2_subdev_selection sdsel = { in iss_video_get_selection() local
681 sdsel.pad = pad; in iss_video_get_selection()
682 ret = v4l2_subdev_call(subdev, pad, get_selection, NULL, &sdsel); in iss_video_get_selection()
684 sel->r = sdsel.r; in iss_video_get_selection()
707 struct v4l2_subdev_selection sdsel = { in iss_video_set_selection() local
732 sdsel.pad = pad; in iss_video_set_selection()
734 ret = v4l2_subdev_call(subdev, pad, set_selection, NULL, &sdsel); in iss_video_set_selection()
737 sel->r = sdsel.r; in iss_video_set_selection()
/Linux-v5.4/drivers/media/platform/omap3isp/
Dispvideo.c773 struct v4l2_subdev_selection sdsel = { in isp_video_get_selection() local
803 sdsel.pad = pad; in isp_video_get_selection()
804 ret = v4l2_subdev_call(subdev, pad, get_selection, NULL, &sdsel); in isp_video_get_selection()
806 sel->r = sdsel.r; in isp_video_get_selection()
829 struct v4l2_subdev_selection sdsel = { in isp_video_set_selection() local
854 sdsel.pad = pad; in isp_video_set_selection()
856 ret = v4l2_subdev_call(subdev, pad, set_selection, NULL, &sdsel); in isp_video_set_selection()
859 sel->r = sdsel.r; in isp_video_set_selection()
/Linux-v5.4/drivers/staging/media/soc_camera/
Dsoc_camera.c1768 struct v4l2_subdev_selection sdsel = { in default_g_selection() local
1774 ret = v4l2_subdev_call(sd, pad, get_selection, NULL, &sdsel); in default_g_selection()
1777 sel->r = sdsel.r; in default_g_selection()
1785 struct v4l2_subdev_selection sdsel = { in default_s_selection() local
1793 ret = v4l2_subdev_call(sd, pad, set_selection, NULL, &sdsel); in default_s_selection()
1796 sel->r = sdsel.r; in default_s_selection()