Home
last modified time | relevance | path

Searched refs:v4l2_subdev_get_try_crop (Results 1 – 25 of 29) sorted by relevance

12

/Linux-v5.15/drivers/media/test-drivers/vimc/
Dvimc-scaler.c96 r = v4l2_subdev_get_try_crop(sd, sd_state, 0); in vimc_sca_init_cfg()
168 crop_rect = v4l2_subdev_get_try_crop(sd, sd_state, 0); in vimc_sca_get_fmt()
220 crop_rect = v4l2_subdev_get_try_crop(sd, sd_state, 0); in vimc_sca_set_fmt()
272 crop_rect = v4l2_subdev_get_try_crop(sd, sd_state, 0); in vimc_sca_get_selection()
308 crop_rect = v4l2_subdev_get_try_crop(sd, sd_state, 0); in vimc_sca_set_selection()
/Linux-v5.15/drivers/media/platform/rockchip/rkisp1/
Drkisp1-isp.c232 return v4l2_subdev_get_try_crop(&isp->sd, sd_state, pad); in rkisp1_isp_get_pad_crop()
234 return v4l2_subdev_get_try_crop(&isp->sd, &state, pad); in rkisp1_isp_get_pad_crop()
655 sink_crop = v4l2_subdev_get_try_crop(sd, sd_state, in rkisp1_isp_init_config()
667 src_crop = v4l2_subdev_get_try_crop(sd, sd_state, in rkisp1_isp_init_config()
Drkisp1-resizer.c204 return v4l2_subdev_get_try_crop(&rsz->sd, sd_state, pad); in rkisp1_rsz_get_pad_crop()
206 return v4l2_subdev_get_try_crop(&rsz->sd, &state, pad); in rkisp1_rsz_get_pad_crop()
514 sink_crop = v4l2_subdev_get_try_crop(sd, sd_state, in rkisp1_rsz_init_config()
/Linux-v5.15/drivers/media/i2c/
Ds5k5baf.c1395 sel->r = *v4l2_subdev_get_try_crop(sd, sd_state, in s5k5baf_get_selection()
1486 v4l2_subdev_get_try_crop(sd, sd_state, in s5k5baf_set_selection()
1490 v4l2_subdev_get_try_crop(sd, sd_state, in s5k5baf_set_selection()
1722 *v4l2_subdev_get_try_crop(sd, fh->state, PAD_CIS) = s5k5baf_cis_rect; in s5k5baf_open()
1724 *v4l2_subdev_get_try_crop(sd, fh->state, PAD_OUT) = s5k5baf_cis_rect; in s5k5baf_open()
Dmt9t001.c277 return v4l2_subdev_get_try_crop(&mt9t001->subdev, sd_state, in __mt9t001_get_pad_crop()
809 crop = v4l2_subdev_get_try_crop(subdev, fh->state, 0); in mt9t001_open()
Dov5647.c865 return v4l2_subdev_get_try_crop(&ov5647->sd, sd_state, pad); in __ov5647_get_pad_crop()
1110 struct v4l2_rect *crop = v4l2_subdev_get_try_crop(sd, fh->state, 0); in ov5647_open()
Ds5k6aa.c1068 return v4l2_subdev_get_try_crop(&s5k6aa->sd, sd_state, 0); in __s5k6aa_get_crop_rect()
1129 crop = v4l2_subdev_get_try_crop(sd, sd_state, 0); in s5k6aa_set_fmt()
1434 struct v4l2_rect *crop = v4l2_subdev_get_try_crop(sd, fh->state, 0); in s5k6aa_open()
Dmt9p031.c526 return v4l2_subdev_get_try_crop(&mt9p031->subdev, sd_state, in __mt9p031_get_pad_crop()
952 crop = v4l2_subdev_get_try_crop(subdev, fh->state, 0); in mt9p031_open()
Dmt9v032.c374 return v4l2_subdev_get_try_crop(&mt9v032->subdev, sd_state, in __mt9v032_get_pad_crop()
933 crop = v4l2_subdev_get_try_crop(subdev, fh->state, 0); in mt9v032_open()
Dimx219.c705 try_crop = v4l2_subdev_get_try_crop(sd, fh->state, 0); in imx219_open()
989 return v4l2_subdev_get_try_crop(&imx219->sd, sd_state, pad); in __imx219_get_pad_crop()
Dmt9m032.c347 return v4l2_subdev_get_try_crop(&sensor->subdev, sd_state, 0); in __mt9m032_get_pad_crop()
Dimx214.c573 return v4l2_subdev_get_try_crop(&imx214->sd, sd_state, pad); in __imx214_get_pad_crop()
Dov5645.c904 return v4l2_subdev_get_try_crop(&ov5645->sd, sd_state, pad); in __ov5645_get_pad_crop()
Dov7251.c989 return v4l2_subdev_get_try_crop(&ov7251->sd, sd_state, pad); in __ov7251_get_pad_crop()
/Linux-v5.15/drivers/media/platform/vsp1/
Dvsp1_rwpf.c22 return v4l2_subdev_get_try_crop(&rwpf->entity.subdev, sd_state, in vsp1_rwpf_get_crop()
Dvsp1_entity.c169 return v4l2_subdev_get_try_crop(&entity->subdev, sd_state, in vsp1_entity_get_pad_selection()
/Linux-v5.15/drivers/staging/media/ipu3/
Dipu3-v4l2.c47 *v4l2_subdev_get_try_crop(sd, fh->state, IMGU_NODE_IN) = try_crop; in imgu_subdev_open()
205 try_sel = v4l2_subdev_get_try_crop(sd, sd_state, sel->pad); in imgu_subdev_get_selection()
244 try_sel = v4l2_subdev_get_try_crop(sd, sd_state, sel->pad); in imgu_subdev_set_selection()
/Linux-v5.15/include/media/
Dv4l2-subdev.h1012 v4l2_subdev_get_try_crop(struct v4l2_subdev *sd, in v4l2_subdev_get_try_crop() function
/Linux-v5.15/drivers/media/platform/exynos4-is/
Dfimc-lite.c584 rect = v4l2_subdev_get_try_crop(&fimc->subdev, in fimc_lite_subdev_try_fmt()
1134 sel->r = *v4l2_subdev_get_try_crop(sd, sd_state, sel->pad); in fimc_lite_subdev_get_selection()
1171 *v4l2_subdev_get_try_crop(sd, sd_state, sel->pad) = sel->r; in fimc_lite_subdev_set_selection()
Dfimc-capture.c1604 try_sel = v4l2_subdev_get_try_crop(sd, sd_state, sel->pad); in fimc_subdev_get_selection()
1651 try_sel = v4l2_subdev_get_try_crop(sd, sd_state, sel->pad); in fimc_subdev_set_selection()
/Linux-v5.15/drivers/media/platform/s3c-camif/
Dcamif-capture.c1361 sel->r = *v4l2_subdev_get_try_crop(sd, sd_state, sel->pad); in s3c_camif_subdev_get_selection()
1449 *v4l2_subdev_get_try_crop(sd, sd_state, sel->pad) = sel->r; in s3c_camif_subdev_set_selection()
/Linux-v5.15/drivers/staging/media/atomisp/pci/
Datomisp_subdev.c258 return v4l2_subdev_get_try_crop(sd, sd_state, pad); in atomisp_subdev_get_rect()
/Linux-v5.15/drivers/media/platform/omap3isp/
Dispresizer.c139 return v4l2_subdev_get_try_crop(&res->subdev, sd_state, in __resizer_get_crop()
/Linux-v5.15/drivers/media/platform/qcom/camss/
Dcamss-vfe.c811 return v4l2_subdev_get_try_crop(&line->subdev, sd_state, in __vfe_get_crop()
/Linux-v5.15/drivers/media/i2c/ccs/
Dccs-core.c2101 crops[i] = v4l2_subdev_get_try_crop(subdev, in ccs_get_crop_compose()
3079 v4l2_subdev_get_try_crop(sd, fh->state, i); in ccs_open()

12