Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/media/uapi/dvb/
Dvideo-get-status.rst13 VIDEO_GET_STATUS chapter
19 VIDEO_GET_STATUS
26 .. c:function:: int ioctl(fd, VIDEO_GET_STATUS, struct video_status *status)
27 :name: VIDEO_GET_STATUS
48 - Equals VIDEO_GET_STATUS for this command.
Dvideo_types.rst35 data structures video_status (??) returned by VIDEO_GET_STATUS (??)
92 The following values can be returned by the VIDEO_GET_STATUS call
187 The VIDEO_GET_STATUS call returns the following structure informing
Dvideo-fopen.rst86 ioctl call that can be used is VIDEO_GET_STATUS. All other call will
/Linux-v5.4/include/uapi/linux/dvb/
Dvideo.h189 #define VIDEO_GET_STATUS _IOR('o', 27, struct video_status) macro
/Linux-v5.4/drivers/media/pci/ttpci/
Dav7110_av.c1131 if ( cmd != VIDEO_GET_STATUS && cmd != VIDEO_GET_EVENT && in dvb_video_ioctl()
1204 case VIDEO_GET_STATUS: in dvb_video_ioctl()