Searched refs:ec32 (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/media/v4l2-core/ |
D | v4l2-compat-ioctl32.c | 712 struct v4l2_ext_controls32 ec32; in get_v4l2_ext_controls32() local 714 if (copy_from_user(&ec32, p32, sizeof(ec32))) in get_v4l2_ext_controls32() 718 .which = ec32.which, in get_v4l2_ext_controls32() 719 .count = ec32.count, in get_v4l2_ext_controls32() 720 .error_idx = ec32.error_idx, in get_v4l2_ext_controls32() 721 .request_fd = ec32.request_fd, in get_v4l2_ext_controls32() 722 .reserved[0] = ec32.reserved[0], in get_v4l2_ext_controls32() 723 .controls = (void __force *)compat_ptr(ec32.controls), in get_v4l2_ext_controls32() 732 struct v4l2_ext_controls32 ec32; in put_v4l2_ext_controls32() local 734 memset(&ec32, 0, sizeof(ec32)); in put_v4l2_ext_controls32() [all …]
|