Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/v4l2-core/
Dv4l2-compat-ioctl32.c628 struct v4l2_ext_controls32 { struct
664 static int get_v4l2_ext_controls32(struct v4l2_ext_controls *kp, struct v4l2_ext_controls32 __user … in get_v4l2_ext_controls32()
671 if (!access_ok(VERIFY_READ, up, sizeof(struct v4l2_ext_controls32)) || in get_v4l2_ext_controls32()
713 static int put_v4l2_ext_controls32(struct v4l2_ext_controls *kp, struct v4l2_ext_controls32 __user … in put_v4l2_ext_controls32()
721 if (!access_ok(VERIFY_WRITE, up, sizeof(struct v4l2_ext_controls32)) || in put_v4l2_ext_controls32()
833 #define VIDIOC_G_EXT_CTRLS32 _IOWR('V', 71, struct v4l2_ext_controls32)
834 #define VIDIOC_S_EXT_CTRLS32 _IOWR('V', 72, struct v4l2_ext_controls32)
835 #define VIDIOC_TRY_EXT_CTRLS32 _IOWR('V', 73, struct v4l2_ext_controls32)