Home
last modified time | relevance | path

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

/linux/include/uapi/linux/dvb/
H A Dvideo.h174 #define VIDEO_GET_STATUS _IOR('o', 27, struct video_status) macro
/linux/Documentation/userspace-api/media/dvb/
H A Dlegacy_dvb_video.rst84 data structures `video_status`_ returned by `VIDEO_GET_STATUS`_
283 This values can be returned by the `VIDEO_GET_STATUS`_ call
620 The `VIDEO_GET_STATUS`_ call returns the following structure informing
1190 VIDEO_GET_STATUS section in Video Function Calls
1196 .. c:macro:: VIDEO_GET_STATUS argument
1200 int ioctl(fd, int request = VIDEO_GET_STATUS,
1221 - Equals ``VIDEO_GET_STATUS`` for this command. argument
2279 ioctl call that can be used is `VIDEO_GET_STATUS`_. All other call will
/linux/drivers/staging/media/av7110/
H A Dav7110_av.c1140 if (cmd != VIDEO_GET_STATUS && cmd != VIDEO_GET_EVENT && in dvb_video_ioctl()
1213 case VIDEO_GET_STATUS: in dvb_video_ioctl()