Searched refs:v4l2_subdev_crop (Results 1 – 3 of 3) sorted by relevance
25 .. c:function:: int ioctl( int fd, VIDIOC_SUBDEV_G_CROP, struct v4l2_subdev_crop *argp )28 .. c:function:: int ioctl( int fd, VIDIOC_SUBDEV_S_CROP, const struct v4l2_subdev_crop *argp )39 Pointer to struct :c:type:`v4l2_subdev_crop`.52 field of a struct :c:type:`v4l2_subdev_crop` to the65 return the struct :c:type:`v4l2_subdev_crop`82 .. c:type:: v4l2_subdev_crop86 .. flat-table:: struct v4l2_subdev_crop122 The struct :c:type:`v4l2_subdev_crop` ``pad``
61 struct v4l2_subdev_crop { struct168 #define VIDIOC_SUBDEV_G_CROP _IOWR('V', 59, struct v4l2_subdev_crop)169 #define VIDIOC_SUBDEV_S_CROP _IOWR('V', 60, struct v4l2_subdev_crop)
462 struct v4l2_subdev_crop *crop = arg; in subdev_do_ioctl()480 struct v4l2_subdev_crop *crop = arg; in subdev_do_ioctl()