Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/media/video/ !
Dv4l2-compat-ioctl32.c334 static int get_v4l2_plane32(struct v4l2_plane *up, struct v4l2_plane32 *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.mem_offset, &up32->m.mem_offset, in get_v4l2_plane32()
360 static int put_v4l2_plane32(struct v4l2_plane *up, struct v4l2_plane32 *up32, in put_v4l2_plane32() argument
363 if (copy_in_user(up32, up, 2 * sizeof(__u32)) || in put_v4l2_plane32()
364 copy_in_user(&up32->data_offset, &up->data_offset, in put_v4l2_plane32()
371 if (copy_in_user(&up32->m.mem_offset, &up->m.mem_offset, in put_v4l2_plane32()
/linux-3.4.99/drivers/video/ !
Damifb.c564 #define up32(v) (((v) + 31) & -32) macro