Searched refs:ec32 (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/media/v4l2-core/
H A Dv4l2-compat-ioctl32.c704 struct v4l2_ext_controls32 ec32; local
706 if (copy_from_user(&ec32, p32, sizeof(ec32)))
710 .which = ec32.which,
711 .count = ec32.count,
712 .error_idx = ec32.error_idx,
713 .request_fd = ec32.request_fd,
714 .reserved[0] = ec32.reserved[0],
715 .controls = (void __force *)compat_ptr(ec32.controls),
724 struct v4l2_ext_controls32 ec32; local
1073 struct v4l2_ext_control32 __user *ec32 = user_ptr; local
1143 struct v4l2_ext_control32 __user *ec32 = user_ptr; local
[all...]

Completed in 477 milliseconds