Home
last modified time | relevance | path

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

/fs/
Dcompat_ioctl.c197 struct video_still_picture __user *up_native; in do_video_stillpicture() local
208 up_native = in do_video_stillpicture()
211 err = put_user(compat_ptr(fp), &up_native->iFrame); in do_video_stillpicture()
212 err |= put_user(size, &up_native->size); in do_video_stillpicture()
216 err = sys_ioctl(fd, cmd, (unsigned long) up_native); in do_video_stillpicture()
229 struct video_spu_palette __user *up_native; in do_video_set_spu_palette() local
237 up_native = compat_alloc_user_space(sizeof(struct video_spu_palette)); in do_video_set_spu_palette()
238 err = put_user(compat_ptr(palp), &up_native->palette); in do_video_set_spu_palette()
239 err |= put_user(length, &up_native->length); in do_video_set_spu_palette()
243 err = sys_ioctl(fd, cmd, (unsigned long) up_native); in do_video_set_spu_palette()