Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-capture.c1587 struct v4l2_rect *try_sel; in fimc_subdev_get_selection() local
1607 try_sel = v4l2_subdev_get_try_crop(sd, sd_state, sel->pad); in fimc_subdev_get_selection()
1610 try_sel = v4l2_subdev_get_try_compose(sd, sd_state, sel->pad); in fimc_subdev_get_selection()
1619 sel->r = *try_sel; in fimc_subdev_get_selection()
1643 struct v4l2_rect *try_sel; in fimc_subdev_set_selection() local
1654 try_sel = v4l2_subdev_get_try_crop(sd, sd_state, sel->pad); in fimc_subdev_set_selection()
1657 try_sel = v4l2_subdev_get_try_compose(sd, sd_state, sel->pad); in fimc_subdev_set_selection()
1666 *try_sel = sel->r; in fimc_subdev_set_selection()