Home
last modified time | relevance | path

Searched refs:try_sel (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/media/platform/samsung/exynos4-is/
Dfimc-capture.c1583 struct v4l2_rect *try_sel; in fimc_subdev_get_selection() local
1603 try_sel = v4l2_subdev_get_try_crop(sd, sd_state, sel->pad); in fimc_subdev_get_selection()
1606 try_sel = v4l2_subdev_get_try_compose(sd, sd_state, sel->pad); in fimc_subdev_get_selection()
1615 sel->r = *try_sel; in fimc_subdev_get_selection()
1639 struct v4l2_rect *try_sel; in fimc_subdev_set_selection() local
1650 try_sel = v4l2_subdev_get_try_crop(sd, sd_state, sel->pad); in fimc_subdev_set_selection()
1653 try_sel = v4l2_subdev_get_try_compose(sd, sd_state, sel->pad); in fimc_subdev_set_selection()
1662 *try_sel = sel->r; in fimc_subdev_set_selection()
/Linux-v6.1/drivers/staging/media/ipu3/
Dipu3-v4l2.c229 struct v4l2_rect *rect, *try_sel; in imgu_subdev_set_selection() local
241 try_sel = v4l2_subdev_get_try_crop(sd, sd_state, sel->pad); in imgu_subdev_set_selection()
245 try_sel = v4l2_subdev_get_try_compose(sd, sd_state, sel->pad); in imgu_subdev_set_selection()
253 *try_sel = sel->r; in imgu_subdev_set_selection()