Searched refs:v4l2_subdev_crop (Results 1 – 3 of 3) sorted by relevance
18 .. c:function:: int ioctl( int fd, VIDIOC_SUBDEV_G_CROP, struct v4l2_subdev_crop *argp )21 .. c:function:: int ioctl( int fd, VIDIOC_SUBDEV_S_CROP, const struct v4l2_subdev_crop *argp )32 Pointer to struct :c:type:`v4l2_subdev_crop`.45 field of a struct :c:type:`v4l2_subdev_crop` to the58 return the struct :c:type:`v4l2_subdev_crop`75 .. c:type:: v4l2_subdev_crop79 .. flat-table:: struct v4l2_subdev_crop115 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)
141 static int check_crop(struct v4l2_subdev *sd, struct v4l2_subdev_crop *crop) in check_crop()318 struct v4l2_subdev_crop *crop = arg; in subdev_do_ioctl()340 struct v4l2_subdev_crop *crop = arg; in subdev_do_ioctl()