Searched refs:v4l2_format32 (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/drivers/media/video/ |
D | v4l2-compat-ioctl32.c | 149 struct v4l2_format32 { struct 174 struct v4l2_format32 format; argument 178 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() 224 static int __put_v4l2_format32(struct v4l2_format *kp, struct v4l2_format32 __user *up) in __put_v4l2_format32() 254 static int put_v4l2_format32(struct v4l2_format *kp, struct v4l2_format32 __user *up) in put_v4l2_format32() 256 if (!access_ok(VERIFY_WRITE, up, sizeof(struct v4l2_format32)) || in put_v4l2_format32() 733 #define VIDIOC_G_FMT32 _IOWR('V', 4, struct v4l2_format32) 734 #define VIDIOC_S_FMT32 _IOWR('V', 5, struct v4l2_format32) [all …]
|