/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-subdev-g-selection.rst | 20 ``int ioctl(int fd, VIDIOC_SUBDEV_G_SELECTION, struct v4l2_subdev_selection *argp)`` 24 ``int ioctl(int fd, VIDIOC_SUBDEV_S_SELECTION, struct v4l2_subdev_selection *argp)`` 33 Pointer to struct :c:type:`v4l2_subdev_selection`. 71 .. c:type:: v4l2_subdev_selection 75 .. flat-table:: struct v4l2_subdev_selection 119 The struct :c:type:`v4l2_subdev_selection` ``pad`` references a
|
/linux/include/uapi/linux/ |
H A D | v4l2-subdev.h | 174 struct v4l2_subdev_selection { struct 284 #define VIDIOC_SUBDEV_G_SELECTION _IOWR('V', 61, struct v4l2_subdev_selection) 285 #define VIDIOC_SUBDEV_S_SELECTION _IOWR('V', 62, struct v4l2_subdev_selection)
|
/linux/drivers/staging/media/starfive/camss/ |
H A D | stf-isp.c | 15 struct v4l2_subdev_selection *sel); 159 struct v4l2_subdev_selection sel = { 0 }; in isp_set_format() 200 struct v4l2_subdev_selection *sel) in isp_get_selection() 237 struct v4l2_subdev_selection *sel) in isp_set_selection() 247 struct v4l2_subdev_selection crop = { 0 }; in isp_set_selection()
|
/linux/drivers/media/platform/renesas/vsp1/ |
H A D | vsp1_uif.c | 86 struct v4l2_subdev_selection *sel) in uif_get_selection() 130 struct v4l2_subdev_selection *sel) in uif_set_selection()
|
H A D | vsp1_rwpf.c | 125 struct v4l2_subdev_selection *sel) in vsp1_rwpf_get_selection() 172 struct v4l2_subdev_selection *sel) in vsp1_rwpf_set_selection()
|
H A D | vsp1_brx.c | 177 struct v4l2_subdev_selection *sel) in brx_get_selection() 211 struct v4l2_subdev_selection *sel) in brx_set_selection()
|
/linux/drivers/media/test-drivers/vimc/ |
H A D | vimc-scaler.c | 208 struct v4l2_subdev_selection *sel) in vimc_scaler_get_selection() 243 struct v4l2_subdev_selection *sel) in vimc_scaler_set_selection()
|
/linux/drivers/media/v4l2-core/ |
H A D | v4l2-subdev.c | 279 struct v4l2_subdev_selection *sel) in check_selection() 290 struct v4l2_subdev_selection *sel) in call_get_selection() 298 struct v4l2_subdev_selection *sel) in call_set_selection() 520 DEFINE_STATE_WRAPPER(get_selection, struct v4l2_subdev_selection); 521 DEFINE_STATE_WRAPPER(set_selection, struct v4l2_subdev_selection); 584 which = ((struct v4l2_subdev_selection *)arg)->which; in subdev_ioctl_get_state() 789 struct v4l2_subdev_selection sel; in subdev_do_ioctl() 811 struct v4l2_subdev_selection sel; in subdev_do_ioctl() 892 struct v4l2_subdev_selection *sel = arg; in subdev_do_ioctl() 903 struct v4l2_subdev_selection *sel = arg; in subdev_do_ioctl()
|
/linux/drivers/media/i2c/ |
H A D | mt9m001.c | 252 struct v4l2_subdev_selection *sel) in mt9m001_set_selection() 293 struct v4l2_subdev_selection *sel) in mt9m001_get_selection() 351 struct v4l2_subdev_selection sel = { in mt9m001_s_fmt()
|
H A D | ak881x.c | 126 struct v4l2_subdev_selection *sel) in ak881x_get_selection()
|
H A D | imx274.c | 1127 struct v4l2_subdev_selection *sel) in imx274_get_selection() 1182 struct v4l2_subdev_selection *sel) in imx274_set_selection_crop() 1243 struct v4l2_subdev_selection *sel) in imx274_set_selection()
|
H A D | mt9m114.c | 1242 struct v4l2_subdev_selection *sel) in mt9m114_pa_get_selection() 1265 struct v4l2_subdev_selection *sel) in mt9m114_pa_set_selection() 1830 struct v4l2_subdev_selection *sel) in mt9m114_ifp_get_selection() 1886 struct v4l2_subdev_selection *sel) in mt9m114_ifp_set_selection()
|
H A D | mt9t112.c | 876 struct v4l2_subdev_selection *sel) in mt9t112_get_selection() 901 struct v4l2_subdev_selection *sel) in mt9t112_set_selection()
|
H A D | mt9v032.c | 544 struct v4l2_subdev_selection *sel) in mt9v032_get_selection() 558 struct v4l2_subdev_selection *sel) in mt9v032_set_selection()
|
H A D | ov6650.c | 471 struct v4l2_subdev_selection *sel) in ov6650_get_selection() 522 struct v4l2_subdev_selection *sel) in ov6650_set_selection()
|
H A D | rj54n1cb0c.c | 545 struct v4l2_subdev_selection *sel) in rj54n1_set_selection() 582 struct v4l2_subdev_selection *sel) in rj54n1_get_selection()
|
H A D | mt9p031.c | 626 struct v4l2_subdev_selection *sel) in mt9p031_get_selection() 650 struct v4l2_subdev_selection *sel) in mt9p031_set_selection()
|
H A D | ov2680.c | 708 struct v4l2_subdev_selection *sel) in ov2680_get_selection() 738 struct v4l2_subdev_selection *sel) in ov2680_set_selection()
|
/linux/drivers/media/pci/intel/ipu6/ |
H A D | ipu6-isys-csi2.c | 409 struct v4l2_subdev_selection *sel) in ipu6_isys_csi2_set_sel() 460 struct v4l2_subdev_selection *sel) in ipu6_isys_csi2_get_sel()
|
/linux/drivers/media/platform/microchip/ |
H A D | microchip-isc-scaler.c | 128 struct v4l2_subdev_selection *sel) in isc_scaler_g_sel()
|
/linux/include/media/ |
H A D | v4l2-subdev.h | 869 struct v4l2_subdev_selection *sel); 872 struct v4l2_subdev_selection *sel);
|
/linux/drivers/media/platform/rockchip/rkisp1/ |
H A D | rkisp1-resizer.c | 562 struct v4l2_subdev_selection *sel) in rkisp1_rsz_get_selection() 595 struct v4l2_subdev_selection *sel) in rkisp1_rsz_set_selection()
|
H A D | rkisp1-isp.c | 838 struct v4l2_subdev_selection *sel) in rkisp1_isp_get_selection() 876 struct v4l2_subdev_selection *sel) in rkisp1_isp_set_selection()
|
/linux/drivers/staging/media/atomisp/pci/ |
H A D | atomisp_subdev.c | 270 struct v4l2_subdev_selection *sel) in isp_subdev_get_selection() 463 struct v4l2_subdev_selection *sel) in isp_subdev_set_selection()
|
/linux/drivers/media/platform/nxp/imx8-isi/ |
H A D | imx8-isi-pipe.c | 547 struct v4l2_subdev_selection *sel) in mxc_isi_pipe_get_selection() 606 struct v4l2_subdev_selection *sel) in mxc_isi_pipe_set_selection()
|