Searched refs:try_sel (Results 1 – 1 of 1) sorted by relevance
1609 struct v4l2_rect *try_sel; in fimc_subdev_get_selection() local1628 try_sel = v4l2_subdev_get_try_crop(sd, cfg, sel->pad); in fimc_subdev_get_selection()1631 try_sel = v4l2_subdev_get_try_compose(sd, cfg, sel->pad); in fimc_subdev_get_selection()1640 sel->r = *try_sel; in fimc_subdev_get_selection()1664 struct v4l2_rect *try_sel; in fimc_subdev_set_selection() local1675 try_sel = v4l2_subdev_get_try_crop(sd, cfg, sel->pad); in fimc_subdev_set_selection()1678 try_sel = v4l2_subdev_get_try_compose(sd, cfg, sel->pad); in fimc_subdev_set_selection()1687 *try_sel = sel->r; in fimc_subdev_set_selection()