Searched refs:up_native (Results 1 – 1 of 1) sorted by relevance
175 struct video_still_picture __user *up_native; in do_video_stillpicture() local185 up_native = in do_video_stillpicture()188 err = put_user(compat_ptr(fp), &up_native->iFrame); in do_video_stillpicture()189 err |= put_user(size, &up_native->size); in do_video_stillpicture()193 err = sys_ioctl(fd, cmd, (unsigned long) up_native); in do_video_stillpicture()206 struct video_spu_palette __user *up_native; in do_video_set_spu_palette() local215 up_native = compat_alloc_user_space(sizeof(struct video_spu_palette)); in do_video_set_spu_palette()216 err = put_user(compat_ptr(palp), &up_native->palette); in do_video_set_spu_palette()217 err |= put_user(length, &up_native->length); in do_video_set_spu_palette()221 err = sys_ioctl(fd, cmd, (unsigned long) up_native); in do_video_set_spu_palette()