Home
last modified time | relevance | path

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

/Linux-v5.10/Documentation/userspace-api/media/dvb/
Dvideo-stillpicture.rst22 ``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-v5.10/include/uapi/linux/dvb/
Dvideo.h147 struct video_still_picture { struct
192 #define VIDEO_STILLPICTURE _IOW('o', 30, struct video_still_picture)
/Linux-v5.10/drivers/media/pci/ttpci/
Dav7110_av.c1271 struct video_still_picture *pic = in dvb_video_ioctl()
1272 (struct video_still_picture *) parg; in dvb_video_ioctl()