Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/media/ipu3/
Dipu3-v4l2.c196 struct v4l2_rect *try_sel, *r; in imgu_subdev_get_selection() local
206 try_sel = v4l2_subdev_get_try_crop(sd, cfg, sel->pad); in imgu_subdev_get_selection()
210 try_sel = v4l2_subdev_get_try_compose(sd, cfg, sel->pad); in imgu_subdev_get_selection()
218 sel->r = *try_sel; in imgu_subdev_get_selection()
233 struct v4l2_rect *rect, *try_sel; in imgu_subdev_set_selection() local
245 try_sel = v4l2_subdev_get_try_crop(sd, cfg, sel->pad); in imgu_subdev_set_selection()
249 try_sel = v4l2_subdev_get_try_compose(sd, cfg, sel->pad); in imgu_subdev_set_selection()
257 *try_sel = sel->r; in imgu_subdev_set_selection()
/Linux-v5.4/drivers/media/platform/exynos4-is/
Dfimc-capture.c1604 struct v4l2_rect *try_sel; in fimc_subdev_get_selection() local
1624 try_sel = v4l2_subdev_get_try_crop(sd, cfg, sel->pad); in fimc_subdev_get_selection()
1627 try_sel = v4l2_subdev_get_try_compose(sd, cfg, sel->pad); in fimc_subdev_get_selection()
1636 sel->r = *try_sel; in fimc_subdev_get_selection()
1660 struct v4l2_rect *try_sel; in fimc_subdev_set_selection() local
1671 try_sel = v4l2_subdev_get_try_crop(sd, cfg, sel->pad); in fimc_subdev_set_selection()
1674 try_sel = v4l2_subdev_get_try_compose(sd, cfg, sel->pad); in fimc_subdev_set_selection()
1683 *try_sel = sel->r; in fimc_subdev_set_selection()