Searched refs:ec32 (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/media/v4l2-core/ |
| H A D | v4l2-compat-ioctl32.c | 704 struct v4l2_ext_controls32 ec32; in get_v4l2_ext_controls32() local 706 if (copy_from_user(&ec32, p32, sizeof(ec32))) in get_v4l2_ext_controls32() 710 .which = ec32.which, in get_v4l2_ext_controls32() 711 .count = ec32.count, in get_v4l2_ext_controls32() 712 .error_idx = ec32.error_idx, in get_v4l2_ext_controls32() 713 .request_fd = ec32.request_fd, in get_v4l2_ext_controls32() 726 memset(&ec32, 0, sizeof(ec32)); in put_v4l2_ext_controls32() 736 if (copy_to_user(p32, &ec32, sizeof(ec32))) in put_v4l2_ext_controls32() 1077 if (copy_from_user(ec64, ec32, sizeof(*ec32))) in v4l2_compat_get_array_args() 1087 ec32++; in v4l2_compat_get_array_args() [all …]
|