Searched refs:v4l2_format32 (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/media/v4l2-core/ |
D | v4l2-compat-ioctl32.c | 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) [all …]
|