Searched refs:try_sel (Results 1 – 1 of 1) sorted by relevance
1585 struct v4l2_rect *try_sel; in fimc_subdev_get_selection() local1605 try_sel = v4l2_subdev_state_get_crop(sd_state, sel->pad); in fimc_subdev_get_selection()1608 try_sel = v4l2_subdev_state_get_compose(sd_state, sel->pad); in fimc_subdev_get_selection()1617 sel->r = *try_sel; in fimc_subdev_get_selection()1641 struct v4l2_rect *try_sel; in fimc_subdev_set_selection() local1652 try_sel = v4l2_subdev_state_get_crop(sd_state, sel->pad); in fimc_subdev_set_selection()1655 try_sel = v4l2_subdev_state_get_compose(sd_state, sel->pad); in fimc_subdev_set_selection()1664 *try_sel = sel->r; in fimc_subdev_set_selection()