Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/v4l2-core/
Dv4l2-compat-ioctl32.c647 struct v4l2_plane32 __user *uplane32; in get_v4l2_buffer32() local
690 uplane32 = compat_ptr(p); in get_v4l2_buffer32()
691 if (!access_ok(uplane32, in get_v4l2_buffer32()
692 num_planes * sizeof(*uplane32))) in get_v4l2_buffer32()
707 ret = get_v4l2_plane32(uplane, uplane32, memory); in get_v4l2_buffer32()
711 uplane32++; in get_v4l2_buffer32()
747 struct v4l2_plane32 __user *uplane32; in get_v4l2_buffer32_time32() local
790 uplane32 = compat_ptr(p); in get_v4l2_buffer32_time32()
791 if (!access_ok(uplane32, in get_v4l2_buffer32_time32()
792 num_planes * sizeof(*uplane32))) in get_v4l2_buffer32_time32()
[all …]