Home
last modified time | relevance | path

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

/linux-6.15/drivers/media/platform/ti/omap3isp/
H A Dispvideo.c786 struct v4l2_subdev_selection sdsel = { in isp_video_get_selection() local
816 sdsel.pad = pad; in isp_video_get_selection()
817 ret = v4l2_subdev_call(subdev, pad, get_selection, NULL, &sdsel); in isp_video_get_selection()
819 sel->r = sdsel.r; in isp_video_get_selection()
841 struct v4l2_subdev_selection sdsel = { in isp_video_set_selection() local
866 sdsel.pad = pad; in isp_video_set_selection()
868 ret = v4l2_subdev_call(subdev, pad, set_selection, NULL, &sdsel); in isp_video_set_selection()
871 sel->r = sdsel.r; in isp_video_set_selection()
/linux-6.15/drivers/staging/media/tegra-video/
H A Dvi.c436 struct v4l2_subdev_selection sdsel = { in __tegra_channel_try_format() local
484 NULL, &sdsel); in __tegra_channel_try_format()
488 try_crop->width = sdsel.r.width; in __tegra_channel_try_format()
489 try_crop->height = sdsel.r.height; in __tegra_channel_try_format()
616 struct v4l2_subdev_selection sdsel = { in tegra_channel_g_selection() local
632 ret = v4l2_subdev_call(subdev, pad, get_selection, NULL, &sdsel); in tegra_channel_g_selection()
634 sel->r = sdsel.r; in tegra_channel_g_selection()
656 struct v4l2_subdev_selection sdsel = { in tegra_channel_s_selection() local
673 ret = v4l2_subdev_call(subdev, pad, set_selection, NULL, &sdsel); in tegra_channel_s_selection()
675 sel->r = sdsel.r; in tegra_channel_s_selection()