Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-compat-ioctl32.c656 struct v4l2_plane32 __user *uplane32; in get_v4l2_buffer32() local
699 uplane32 = compat_ptr(p); in get_v4l2_buffer32()
700 if (!access_ok(uplane32, in get_v4l2_buffer32()
701 num_planes * sizeof(*uplane32))) in get_v4l2_buffer32()
716 ret = get_v4l2_plane32(uplane, uplane32, memory); in get_v4l2_buffer32()
720 uplane32++; in get_v4l2_buffer32()
756 struct v4l2_plane32 __user *uplane32; in get_v4l2_buffer32_time32() local
799 uplane32 = compat_ptr(p); in get_v4l2_buffer32_time32()
800 if (!access_ok(uplane32, in get_v4l2_buffer32_time32()
801 num_planes * sizeof(*uplane32))) in get_v4l2_buffer32_time32()
[all …]