Home
last modified time | relevance | path

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

/Linux-v4.19/fs/
Dcompat_ioctl.c178 struct video_still_picture __user *up_native; in do_video_stillpicture() local
188 up_native = in do_video_stillpicture()
191 err = put_user(compat_ptr(fp), &up_native->iFrame); in do_video_stillpicture()
192 err |= put_user(size, &up_native->size); in do_video_stillpicture()
196 err = do_ioctl(file, cmd, (unsigned long) up_native); in do_video_stillpicture()