Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/media/uapi/dvb/
Dvideo-get-status.rst6 VIDEO_GET_STATUS chapter
12 VIDEO_GET_STATUS
19 .. c:function:: int ioctl(fd, VIDEO_GET_STATUS, struct video_status *status)
20 :name: VIDEO_GET_STATUS
41 - Equals VIDEO_GET_STATUS for this command.
Dvideo_types.rst28 data structures video_status (??) returned by VIDEO_GET_STATUS (??)
85 The following values can be returned by the VIDEO_GET_STATUS call
180 The VIDEO_GET_STATUS call returns the following structure informing
Dvideo-fopen.rst79 ioctl call that can be used is VIDEO_GET_STATUS. All other call will
/Linux-v4.19/include/uapi/linux/dvb/
Dvideo.h187 #define VIDEO_GET_STATUS _IOR('o', 27, struct video_status) macro
/Linux-v4.19/drivers/media/pci/ttpci/
Dav7110_av.c1110 if ( cmd != VIDEO_GET_STATUS && cmd != VIDEO_GET_EVENT && in dvb_video_ioctl()
1183 case VIDEO_GET_STATUS: in dvb_video_ioctl()
/Linux-v4.19/fs/
Dcompat_ioctl.c1199 COMPATIBLE_IOCTL(VIDEO_GET_STATUS)