Lines Matching refs:v4l2_format32
164 struct v4l2_format32 { struct
190 struct v4l2_format32 format; argument
194 static int __get_v4l2_format32(struct v4l2_format *kp, struct v4l2_format32 __user *up) in __get_v4l2_format32()
226 static int get_v4l2_format32(struct v4l2_format *kp, struct v4l2_format32 __user *up) in get_v4l2_format32()
228 if (!access_ok(VERIFY_READ, up, sizeof(struct v4l2_format32))) in get_v4l2_format32()
241 static int __put_v4l2_format32(struct v4l2_format *kp, struct v4l2_format32 __user *up) in __put_v4l2_format32()
273 static int put_v4l2_format32(struct v4l2_format *kp, struct v4l2_format32 __user *up) in put_v4l2_format32()
275 if (!access_ok(VERIFY_WRITE, up, sizeof(struct v4l2_format32))) in put_v4l2_format32()
821 #define VIDIOC_G_FMT32 _IOWR('V', 4, struct v4l2_format32)
822 #define VIDIOC_S_FMT32 _IOWR('V', 5, struct v4l2_format32)
832 #define VIDIOC_TRY_FMT32 _IOWR('V', 64, struct v4l2_format32)