Searched refs:sdsel (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/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.15/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()
|
| /Linux-v5.15/drivers/staging/media/tegra-video/ |
| D | vi.c | 500 struct v4l2_subdev_selection sdsel = { in __tegra_channel_try_format() local 542 NULL, &sdsel); in __tegra_channel_try_format() 546 sd_state->pads->try_crop.width = sdsel.r.width; in __tegra_channel_try_format() 547 sd_state->pads->try_crop.height = sdsel.r.height; in __tegra_channel_try_format() 673 struct v4l2_subdev_selection sdsel = { in tegra_channel_g_selection() local 689 ret = v4l2_subdev_call(subdev, pad, get_selection, NULL, &sdsel); in tegra_channel_g_selection() 691 sel->r = sdsel.r; in tegra_channel_g_selection() 713 struct v4l2_subdev_selection sdsel = { in tegra_channel_s_selection() local 730 ret = v4l2_subdev_call(subdev, pad, set_selection, NULL, &sdsel); in tegra_channel_s_selection() 732 sel->r = sdsel.r; in tegra_channel_s_selection()
|