Home
last modified time | relevance | path

Searched refs:v4l2_subdev_get_try_compose (Results 1 – 10 of 10) sorted by relevance

/linux-5.10/drivers/media/platform/vsp1/
Dvsp1_brx.c103 return v4l2_subdev_get_try_compose(&brx->entity.subdev, cfg, pad); in brx_get_compose()
Dvsp1_entity.c166 return v4l2_subdev_get_try_compose(&entity->subdev, cfg, pad); in vsp1_entity_get_pad_selection()
/linux-5.10/drivers/staging/media/ipu3/
Dipu3-v4l2.c48 *v4l2_subdev_get_try_compose(sd, fh->pad, IMGU_NODE_IN) = try_crop; in imgu_subdev_open()
209 try_sel = v4l2_subdev_get_try_compose(sd, cfg, sel->pad); in imgu_subdev_get_selection()
248 try_sel = v4l2_subdev_get_try_compose(sd, cfg, sel->pad); in imgu_subdev_set_selection()
/linux-5.10/include/media/
Dv4l2-subdev.h988 v4l2_subdev_get_try_compose(struct v4l2_subdev *sd, in v4l2_subdev_get_try_compose() function
/linux-5.10/drivers/media/i2c/
Ds5k5baf.c1390 sel->r = *v4l2_subdev_get_try_compose(sd, cfg, sel->pad); in s5k5baf_get_selection()
1483 v4l2_subdev_get_try_compose(sd, cfg, PAD_CIS), in s5k5baf_set_selection()
1716 *v4l2_subdev_get_try_compose(sd, fh->pad, PAD_CIS) = s5k5baf_cis_rect; in s5k5baf_open()
/linux-5.10/drivers/media/i2c/smiapp/
Dsmiapp-core.c1691 *comps = v4l2_subdev_get_try_compose(subdev, cfg, in smiapp_get_crop_compose()
2155 src_size = v4l2_subdev_get_try_compose( in smiapp_set_crop()
2653 try_comp = v4l2_subdev_get_try_compose(sd, fh->pad, i); in smiapp_open()
/linux-5.10/drivers/media/platform/exynos4-is/
Dfimc-capture.c1609 try_sel = v4l2_subdev_get_try_compose(sd, cfg, sel->pad); in fimc_subdev_get_selection()
1656 try_sel = v4l2_subdev_get_try_compose(sd, cfg, sel->pad); in fimc_subdev_set_selection()
/linux-5.10/drivers/staging/media/atomisp/pci/
Datomisp_subdev.c260 return v4l2_subdev_get_try_compose(sd, cfg, pad); in atomisp_subdev_get_rect()
/linux-5.10/drivers/staging/media/imx/
Dimx-media-csi.c1177 return v4l2_subdev_get_try_compose(&priv->sd, cfg, in __csi_get_compose()
/linux-5.10/drivers/media/platform/qcom/camss/
Dcamss-vfe.c1493 return v4l2_subdev_get_try_compose(&line->subdev, cfg, in __vfe_get_compose()