Lines Matching refs:up32
334 static int get_v4l2_plane32(struct v4l2_plane __user *up, struct v4l2_plane32 __user *up32, in get_v4l2_plane32() argument
340 if (copy_in_user(up, up32, 2 * sizeof(__u32)) || in get_v4l2_plane32()
341 copy_in_user(&up->data_offset, &up32->data_offset, in get_v4l2_plane32()
346 if (get_user(p, &up32->m.userptr)) in get_v4l2_plane32()
352 if (copy_in_user(&up->m.fd, &up32->m.fd, sizeof(int))) in get_v4l2_plane32()
355 if (copy_in_user(&up->m.mem_offset, &up32->m.mem_offset, in get_v4l2_plane32()
363 static int put_v4l2_plane32(struct v4l2_plane __user *up, struct v4l2_plane32 __user *up32, in put_v4l2_plane32() argument
366 if (copy_in_user(up32, up, 2 * sizeof(__u32)) || in put_v4l2_plane32()
367 copy_in_user(&up32->data_offset, &up->data_offset, in put_v4l2_plane32()
374 if (copy_in_user(&up32->m.mem_offset, &up->m.mem_offset, in put_v4l2_plane32()
379 if (copy_in_user(&up32->m.fd, &up->m.fd, in put_v4l2_plane32()