Home
last modified time | relevance | path

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

/linux-6.15/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-capture.c1585 struct v4l2_rect *try_sel; in fimc_subdev_get_selection() local
1605 try_sel = v4l2_subdev_state_get_crop(sd_state, sel->pad); in fimc_subdev_get_selection()
1608 try_sel = v4l2_subdev_state_get_compose(sd_state, sel->pad); in fimc_subdev_get_selection()
1617 sel->r = *try_sel; in fimc_subdev_get_selection()
1641 struct v4l2_rect *try_sel; in fimc_subdev_set_selection() local
1652 try_sel = v4l2_subdev_state_get_crop(sd_state, sel->pad); in fimc_subdev_set_selection()
1655 try_sel = v4l2_subdev_state_get_compose(sd_state, sel->pad); in fimc_subdev_set_selection()
1664 *try_sel = sel->r; in fimc_subdev_set_selection()