Searched refs:sdsel (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/staging/media/omap4iss/ |
A D | iss_video.c | 643 struct v4l2_subdev_selection sdsel = { in iss_video_get_selection() local 674 sdsel.pad = pad; in iss_video_get_selection() 675 ret = v4l2_subdev_call(subdev, pad, get_selection, NULL, &sdsel); in iss_video_get_selection() 677 sel->r = sdsel.r; in iss_video_get_selection() 700 struct v4l2_subdev_selection sdsel = { in iss_video_set_selection() local 725 sdsel.pad = pad; in iss_video_set_selection() 727 ret = v4l2_subdev_call(subdev, pad, set_selection, NULL, &sdsel); in iss_video_set_selection() 730 sel->r = sdsel.r; in iss_video_set_selection()
|
/linux-6.3-rc2/drivers/media/platform/ti/omap3isp/ |
A D | ispvideo.c | 764 struct v4l2_subdev_selection sdsel = { in isp_video_get_selection() local 794 sdsel.pad = pad; in isp_video_get_selection() 795 ret = v4l2_subdev_call(subdev, pad, get_selection, NULL, &sdsel); in isp_video_get_selection() 797 sel->r = sdsel.r; in isp_video_get_selection() 820 struct v4l2_subdev_selection sdsel = { in isp_video_set_selection() local 845 sdsel.pad = pad; in isp_video_set_selection() 847 ret = v4l2_subdev_call(subdev, pad, set_selection, NULL, &sdsel); in isp_video_set_selection() 850 sel->r = sdsel.r; in isp_video_set_selection()
|
/linux-6.3-rc2/drivers/staging/media/tegra-video/ |
A 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()
|
Completed in 16 milliseconds