Searched refs:sdsel (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/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-6.1.9/drivers/media/platform/ti/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-6.1.9/drivers/staging/media/tegra-video/ |
D | vi.c | 501 struct v4l2_subdev_selection sdsel = { in __tegra_channel_try_format() local 548 NULL, &sdsel); in __tegra_channel_try_format() 552 sd_state->pads->try_crop.width = sdsel.r.width; in __tegra_channel_try_format() 553 sd_state->pads->try_crop.height = sdsel.r.height; in __tegra_channel_try_format() 679 struct v4l2_subdev_selection sdsel = { in tegra_channel_g_selection() local 695 ret = v4l2_subdev_call(subdev, pad, get_selection, NULL, &sdsel); in tegra_channel_g_selection() 697 sel->r = sdsel.r; in tegra_channel_g_selection() 719 struct v4l2_subdev_selection sdsel = { in tegra_channel_s_selection() local 736 ret = v4l2_subdev_call(subdev, pad, set_selection, NULL, &sdsel); in tegra_channel_s_selection() 738 sel->r = sdsel.r; in tegra_channel_s_selection()
|