Searched refs:sdsel (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/drivers/staging/media/omap4iss/ |
D | iss_video.c | 650 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.10/drivers/staging/media/tegra-video/ |
D | vi.c | 499 struct v4l2_subdev_selection sdsel = { in __tegra_channel_try_format() local 536 ret = v4l2_subdev_call(subdev, pad, get_selection, NULL, &sdsel); in __tegra_channel_try_format() 539 pad_cfg->try_crop.width = sdsel.r.width; in __tegra_channel_try_format() 540 pad_cfg->try_crop.height = sdsel.r.height; in __tegra_channel_try_format() 643 struct v4l2_subdev_selection sdsel = { in tegra_channel_g_selection() local 659 ret = v4l2_subdev_call(subdev, pad, get_selection, NULL, &sdsel); in tegra_channel_g_selection() 661 sel->r = sdsel.r; in tegra_channel_g_selection() 683 struct v4l2_subdev_selection sdsel = { in tegra_channel_s_selection() local 700 ret = v4l2_subdev_call(subdev, pad, set_selection, NULL, &sdsel); in tegra_channel_s_selection() 702 sel->r = sdsel.r; in tegra_channel_s_selection()
|
/Linux-v5.10/drivers/media/platform/omap3isp/ |
D | ispvideo.c | 772 struct v4l2_subdev_selection sdsel = { in isp_video_get_selection() local 802 sdsel.pad = pad; in isp_video_get_selection() 803 ret = v4l2_subdev_call(subdev, pad, get_selection, NULL, &sdsel); in isp_video_get_selection() 805 sel->r = sdsel.r; in isp_video_get_selection() 828 struct v4l2_subdev_selection sdsel = { in isp_video_set_selection() local 853 sdsel.pad = pad; in isp_video_set_selection() 855 ret = v4l2_subdev_call(subdev, pad, set_selection, NULL, &sdsel); in isp_video_set_selection() 858 sel->r = sdsel.r; in isp_video_set_selection()
|