Searched refs:try_sel (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/exynos4-is/ |
H A D | fimc-capture.c | 1584 struct v4l2_rect *try_sel; in fimc_subdev_get_selection() local 1604 try_sel = v4l2_subdev_get_try_crop(sd, cfg, sel->pad); in fimc_subdev_get_selection() 1607 try_sel = v4l2_subdev_get_try_compose(sd, cfg, sel->pad); in fimc_subdev_get_selection() 1616 sel->r = *try_sel; in fimc_subdev_get_selection() 1640 struct v4l2_rect *try_sel; in fimc_subdev_set_selection() local 1651 try_sel = v4l2_subdev_get_try_crop(sd, cfg, sel->pad); in fimc_subdev_set_selection() 1654 try_sel = v4l2_subdev_get_try_compose(sd, cfg, sel->pad); in fimc_subdev_set_selection() 1663 *try_sel = sel->r; in fimc_subdev_set_selection()
|
/kernel/linux/linux-5.10/drivers/staging/media/ipu3/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos4-is/ |
H A D | fimc-capture.c | 1587 struct v4l2_rect *try_sel; in fimc_subdev_get_selection() local 1607 try_sel = v4l2_subdev_get_try_crop(sd, sd_state, sel->pad); in fimc_subdev_get_selection() 1610 try_sel = v4l2_subdev_get_try_compose(sd, sd_state, sel->pad); in fimc_subdev_get_selection() 1619 sel->r = *try_sel; in fimc_subdev_get_selection() 1643 struct v4l2_rect *try_sel; in fimc_subdev_set_selection() local 1654 try_sel = v4l2_subdev_get_try_crop(sd, sd_state, sel->pad); in fimc_subdev_set_selection() 1657 try_sel = v4l2_subdev_get_try_compose(sd, sd_state, sel->pad); in fimc_subdev_set_selection() 1666 *try_sel = sel->r; in fimc_subdev_set_selection()
|
Completed in 8 milliseconds