Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/media/uapi/dvb/
Dvideo-stillpicture.rst19 .. c:function:: int ioctl(fd, VIDEO_STILLPICTURE, struct video_still_picture *sp)
45 - struct video_still_picture \*sp
Dvideo_types.rst206 .. c:type:: video_still_picture
208 struct video_still_picture
218 struct video_still_picture {
/Linux-v4.19/include/uapi/linux/dvb/
Dvideo.h145 struct video_still_picture { struct
190 #define VIDEO_STILLPICTURE _IOW('o', 30, struct video_still_picture)
/Linux-v4.19/fs/
Dcompat_ioctl.c178 struct video_still_picture __user *up_native; in do_video_stillpicture()
189 compat_alloc_user_space(sizeof(struct video_still_picture)); in do_video_stillpicture()
/Linux-v4.19/drivers/media/pci/ttpci/
Dav7110_av.c1231 struct video_still_picture *pic = in dvb_video_ioctl()
1232 (struct video_still_picture *) parg; in dvb_video_ioctl()