Searched refs:v4l2_subdev_selection (Results 1 – 14 of 14) sorted by relevance
| /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/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()
|
| /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 | 301 struct v4l2_subdev_selection *sel) in check_selection() 312 struct v4l2_subdev_selection *sel) in call_get_selection() 320 struct v4l2_subdev_selection *sel) in call_set_selection() 544 DEFINE_STATE_WRAPPER(get_selection, struct v4l2_subdev_selection); 545 DEFINE_STATE_WRAPPER(set_selection, struct v4l2_subdev_selection); 608 which = ((struct v4l2_subdev_selection *)arg)->which; in subdev_ioctl_get_state() 813 struct v4l2_subdev_selection sel; in subdev_do_ioctl() 835 struct v4l2_subdev_selection sel; in subdev_do_ioctl() 916 struct v4l2_subdev_selection *sel = arg; in subdev_do_ioctl() 927 struct v4l2_subdev_selection *sel = arg; in subdev_do_ioctl()
|
| /linux/drivers/media/i2c/ |
| H A D | ak881x.c | 126 struct v4l2_subdev_selection *sel) in ak881x_get_selection()
|
| H A D | tw9910.c | 719 struct v4l2_subdev_selection *sel) in tw9910_get_selection()
|
| H A D | tvp5150.c | 1108 struct v4l2_subdev_selection *sel) in tvp5150_set_selection() 1160 struct v4l2_subdev_selection *sel) in tvp5150_get_selection()
|
| H A D | ov2640.c | 1032 struct v4l2_subdev_selection *sel) in ov2640_get_selection()
|
| H A D | alvium-csi2.c | 1926 struct v4l2_subdev_selection *sel) in alvium_set_selection() 1961 struct v4l2_subdev_selection *sel) in alvium_get_selection()
|
| H A D | ov772x.c | 1175 struct v4l2_subdev_selection *sel) in ov772x_get_selection()
|
| /linux/drivers/media/platform/microchip/ |
| H A D | microchip-isc-scaler.c | 128 struct v4l2_subdev_selection *sel) in isc_scaler_g_sel()
|
| /linux/drivers/media/platform/ti/omap3isp/ |
| H A D | ispresizer.c | 1226 struct v4l2_subdev_selection *sel) in resizer_get_selection() 1279 struct v4l2_subdev_selection *sel) in resizer_set_selection()
|
| H A D | isppreview.c | 1934 struct v4l2_subdev_selection *sel) in preview_get_selection() 1977 struct v4l2_subdev_selection *sel) in preview_set_selection()
|