Searched refs:try_sel (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/drivers/staging/media/ipu3/ |
D | ipu3-v4l2.c | 195 struct v4l2_rect *try_sel, *r; in imgu_subdev_get_selection() local 205 try_sel = v4l2_subdev_get_try_crop(sd, cfg, sel->pad); in imgu_subdev_get_selection() 209 try_sel = v4l2_subdev_get_try_compose(sd, cfg, sel->pad); in imgu_subdev_get_selection() 217 sel->r = *try_sel; in imgu_subdev_get_selection() 232 struct v4l2_rect *rect, *try_sel; in imgu_subdev_set_selection() local 244 try_sel = v4l2_subdev_get_try_crop(sd, cfg, sel->pad); in imgu_subdev_set_selection() 248 try_sel = v4l2_subdev_get_try_compose(sd, cfg, sel->pad); in imgu_subdev_set_selection() 256 *try_sel = sel->r; in imgu_subdev_set_selection()
|
/Linux-v5.10/drivers/media/platform/exynos4-is/ |
D | fimc-capture.c | 1586 struct v4l2_rect *try_sel; in fimc_subdev_get_selection() local 1606 try_sel = v4l2_subdev_get_try_crop(sd, cfg, sel->pad); in fimc_subdev_get_selection() 1609 try_sel = v4l2_subdev_get_try_compose(sd, cfg, sel->pad); in fimc_subdev_get_selection() 1618 sel->r = *try_sel; in fimc_subdev_get_selection() 1642 struct v4l2_rect *try_sel; in fimc_subdev_set_selection() local 1653 try_sel = v4l2_subdev_get_try_crop(sd, cfg, sel->pad); in fimc_subdev_set_selection() 1656 try_sel = v4l2_subdev_get_try_compose(sd, cfg, sel->pad); in fimc_subdev_set_selection() 1665 *try_sel = sel->r; in fimc_subdev_set_selection()
|