Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/media/v4l2-core/
Dv4l2-compat-ioctl32.c652 struct v4l2_ext_controls32 { struct
703 struct v4l2_ext_controls32 __user *p32) in get_v4l2_ext_controls32()
705 struct v4l2_ext_controls32 ec32; in get_v4l2_ext_controls32()
723 struct v4l2_ext_controls32 __user *p32) in put_v4l2_ext_controls32()
725 struct v4l2_ext_controls32 ec32; in put_v4l2_ext_controls32()
728 ec32 = (struct v4l2_ext_controls32) { in put_v4l2_ext_controls32()
865 #define VIDIOC_G_EXT_CTRLS32 _IOWR('V', 71, struct v4l2_ext_controls32)
866 #define VIDIOC_S_EXT_CTRLS32 _IOWR('V', 72, struct v4l2_ext_controls32)
867 #define VIDIOC_TRY_EXT_CTRLS32 _IOWR('V', 73, struct v4l2_ext_controls32)