v4l2-ioctl.h (3f70e1f598a6be4277e71516a98457fd3bddfbd0) | v4l2-ioctl.h (4f996594ceaf6c3f9bc42b40c40b0f7f87b79c86) |
---|---|
1/* 2 * 3 * V 4 L 2 D R I V E R H E L P E R A P I 4 * 5 * Moved from videodev2.h 6 * 7 * Some commonly needed functions for drivers (v4l2-common.o module) 8 */ --- 172 unchanged lines hidden (view full) --- 181 int (*vidioc_s_modulator) (struct file *file, void *fh, 182 const struct v4l2_modulator *a); 183 /* Crop ioctls */ 184 int (*vidioc_cropcap) (struct file *file, void *fh, 185 struct v4l2_cropcap *a); 186 int (*vidioc_g_crop) (struct file *file, void *fh, 187 struct v4l2_crop *a); 188 int (*vidioc_s_crop) (struct file *file, void *fh, | 1/* 2 * 3 * V 4 L 2 D R I V E R H E L P E R A P I 4 * 5 * Moved from videodev2.h 6 * 7 * Some commonly needed functions for drivers (v4l2-common.o module) 8 */ --- 172 unchanged lines hidden (view full) --- 181 int (*vidioc_s_modulator) (struct file *file, void *fh, 182 const struct v4l2_modulator *a); 183 /* Crop ioctls */ 184 int (*vidioc_cropcap) (struct file *file, void *fh, 185 struct v4l2_cropcap *a); 186 int (*vidioc_g_crop) (struct file *file, void *fh, 187 struct v4l2_crop *a); 188 int (*vidioc_s_crop) (struct file *file, void *fh, |
189 struct v4l2_crop *a); | 189 const struct v4l2_crop *a); |
190 int (*vidioc_g_selection) (struct file *file, void *fh, 191 struct v4l2_selection *s); 192 int (*vidioc_s_selection) (struct file *file, void *fh, 193 struct v4l2_selection *s); 194 /* Compression ioctls */ 195 int (*vidioc_g_jpegcomp) (struct file *file, void *fh, 196 struct v4l2_jpegcompression *a); 197 int (*vidioc_s_jpegcomp) (struct file *file, void *fh, --- 130 unchanged lines hidden --- | 190 int (*vidioc_g_selection) (struct file *file, void *fh, 191 struct v4l2_selection *s); 192 int (*vidioc_s_selection) (struct file *file, void *fh, 193 struct v4l2_selection *s); 194 /* Compression ioctls */ 195 int (*vidioc_g_jpegcomp) (struct file *file, void *fh, 196 struct v4l2_jpegcompression *a); 197 int (*vidioc_s_jpegcomp) (struct file *file, void *fh, --- 130 unchanged lines hidden --- |