Searched refs:try_sel (Results 1 – 1 of 1) sorted by relevance
1610 struct v4l2_rect *try_sel; in fimc_subdev_get_selection() local1629 try_sel = v4l2_subdev_get_try_crop(fh, sel->pad); in fimc_subdev_get_selection()1632 try_sel = v4l2_subdev_get_try_compose(fh, sel->pad); in fimc_subdev_get_selection()1641 sel->r = *try_sel; in fimc_subdev_get_selection()1665 struct v4l2_rect *try_sel; in fimc_subdev_set_selection() local1676 try_sel = v4l2_subdev_get_try_crop(fh, sel->pad); in fimc_subdev_set_selection()1679 try_sel = v4l2_subdev_get_try_compose(fh, sel->pad); in fimc_subdev_set_selection()1688 *try_sel = sel->r; in fimc_subdev_set_selection()