Home
last modified time | relevance | path

Searched refs:v4l2_ext_controls32 (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/media/v4l2-core/
Dv4l2-compat-ioctl32.c607 struct v4l2_ext_controls32 { struct
643 static int get_v4l2_ext_controls32(struct v4l2_ext_controls *kp, struct v4l2_ext_controls32 __user … in get_v4l2_ext_controls32()
650 if (!access_ok(VERIFY_READ, up, sizeof(struct v4l2_ext_controls32)) || in get_v4l2_ext_controls32()
691 static int put_v4l2_ext_controls32(struct v4l2_ext_controls *kp, struct v4l2_ext_controls32 __user … in put_v4l2_ext_controls32()
699 if (!access_ok(VERIFY_WRITE, up, sizeof(struct v4l2_ext_controls32)) || in put_v4l2_ext_controls32()
810 #define VIDIOC_G_EXT_CTRLS32 _IOWR('V', 71, struct v4l2_ext_controls32)
811 #define VIDIOC_S_EXT_CTRLS32 _IOWR('V', 72, struct v4l2_ext_controls32)
812 #define VIDIOC_TRY_EXT_CTRLS32 _IOWR('V', 73, struct v4l2_ext_controls32)