Home
last modified time | relevance | path

Searched refs:sdsel (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/
H A Dispvideo.c772 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()
/kernel/linux/linux-5.10/drivers/staging/media/omap4iss/
H A Diss_video.c650 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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/staging/media/tegra-video/
H A Dvi.c499 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 in tegra_channel_s_selection()
[all...]
/kernel/linux/linux-6.6/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 in tegra_channel_s_selection()
[all...]

Completed in 12 milliseconds