Searched refs:try_sel (Results 1 – 1 of 1) sorted by relevance
1587 struct v4l2_rect *try_sel; in fimc_subdev_get_selection() local1607 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() local1654 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()