Searched refs:v4l2_format32 (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/media/v4l2-core/ |
D | v4l2-compat-ioctl32.c | 150 struct v4l2_format32 { struct 175 struct v4l2_format32 format; argument 179 static int __get_v4l2_format32(struct v4l2_format *kp, struct v4l2_format32 __user *up) in __get_v4l2_format32() 208 static int get_v4l2_format32(struct v4l2_format *kp, struct v4l2_format32 __user *up) in get_v4l2_format32() 210 if (!access_ok(VERIFY_READ, up, sizeof(struct v4l2_format32))) in get_v4l2_format32() 223 static int __put_v4l2_format32(struct v4l2_format *kp, struct v4l2_format32 __user *up) in __put_v4l2_format32() 252 static int put_v4l2_format32(struct v4l2_format *kp, struct v4l2_format32 __user *up) in put_v4l2_format32() 254 if (!access_ok(VERIFY_WRITE, up, sizeof(struct v4l2_format32))) in put_v4l2_format32() 798 #define VIDIOC_G_FMT32 _IOWR('V', 4, struct v4l2_format32) 799 #define VIDIOC_S_FMT32 _IOWR('V', 5, struct v4l2_format32) [all …]
|