Searched refs:try_sel (Results 1 – 1 of 1) sorted by relevance
1612 struct v4l2_rect *try_sel; in fimc_subdev_get_selection() local1631 try_sel = v4l2_subdev_get_try_crop(sd, cfg, sel->pad); in fimc_subdev_get_selection()1634 try_sel = v4l2_subdev_get_try_compose(sd, cfg, sel->pad); in fimc_subdev_get_selection()1643 sel->r = *try_sel; in fimc_subdev_get_selection()1667 struct v4l2_rect *try_sel; in fimc_subdev_set_selection() local1678 try_sel = v4l2_subdev_get_try_crop(sd, cfg, sel->pad); in fimc_subdev_set_selection()1681 try_sel = v4l2_subdev_get_try_compose(sd, cfg, sel->pad); in fimc_subdev_set_selection()1690 *try_sel = sel->r; in fimc_subdev_set_selection()