Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/omap4iss/
H A Diss_video.c646 struct v4l2_subdev_selection sdsel = { in iss_video_get_selection() local
677 sdsel.pad = pad; in iss_video_get_selection()
678 ret = v4l2_subdev_call(subdev, pad, get_selection, NULL, &sdsel); in iss_video_get_selection()
680 sel->r = sdsel.r; in iss_video_get_selection()
702 struct v4l2_subdev_selection sdsel = { in iss_video_set_selection() local
727 sdsel.pad = pad; in iss_video_set_selection()
729 ret = v4l2_subdev_call(subdev, pad, set_selection, NULL, &sdsel); in iss_video_set_selection()
732 sel->r = sdsel.r; in iss_video_set_selection()
/openbmc/linux/drivers/media/platform/ti/omap3isp/
H A Dispvideo.c768 struct v4l2_subdev_selection sdsel = { in isp_video_get_selection() local
798 sdsel.pad = pad; in isp_video_get_selection()
799 ret = v4l2_subdev_call(subdev, pad, get_selection, NULL, &sdsel); in isp_video_get_selection()
801 sel->r = sdsel.r; in isp_video_get_selection()
823 struct v4l2_subdev_selection sdsel = { in isp_video_set_selection() local
848 sdsel.pad = pad; in isp_video_set_selection()
850 ret = v4l2_subdev_call(subdev, pad, set_selection, NULL, &sdsel); in isp_video_set_selection()
853 sel->r = sdsel.r; in isp_video_set_selection()
/openbmc/linux/drivers/staging/media/tegra-video/
H A Dvi.c438 struct v4l2_subdev_selection sdsel = { in __tegra_channel_try_format() local
484 NULL, &sdsel); in __tegra_channel_try_format()
488 sd_state->pads->try_crop.width = sdsel.r.width; in __tegra_channel_try_format()
489 sd_state->pads->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()