Searched refs:v4l2_subdev_crop (Results 1 – 3 of 3) sorted by relevance
20 ``int ioctl(int fd, VIDIOC_SUBDEV_G_CROP, struct v4l2_subdev_crop *argp)``24 ``int ioctl(int fd, VIDIOC_SUBDEV_S_CROP, const struct v4l2_subdev_crop *argp)``33 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`79 .. c:type:: v4l2_subdev_crop83 .. flat-table:: struct v4l2_subdev_crop121 The struct :c:type:`v4l2_subdev_crop` ``pad``
54 struct v4l2_subdev_crop { struct265 #define VIDIOC_SUBDEV_G_CROP _IOWR('V', 59, struct v4l2_subdev_crop)266 #define VIDIOC_SUBDEV_S_CROP _IOWR('V', 60, struct v4l2_subdev_crop)
483 which = ((struct v4l2_subdev_crop *)arg)->which; in subdev_ioctl_get_state()674 struct v4l2_subdev_crop *crop = arg; in subdev_do_ioctl()696 struct v4l2_subdev_crop *crop = arg; in subdev_do_ioctl()