Searched refs:VIDEO_GET_STATUS (Results 1 – 3 of 3) sorted by relevance
174 #define VIDEO_GET_STATUS _IOR('o', 27, struct video_status) macro
84 data structures `video_status`_ returned by `VIDEO_GET_STATUS`_283 This values can be returned by the `VIDEO_GET_STATUS`_ call620 The `VIDEO_GET_STATUS`_ call returns the following structure informing1190 VIDEO_GET_STATUS section in Video Function Calls1196 .. c:macro:: VIDEO_GET_STATUS argument1200 int ioctl(fd, int request = VIDEO_GET_STATUS,1221 - Equals ``VIDEO_GET_STATUS`` for this command. argument2279 ioctl call that can be used is `VIDEO_GET_STATUS`_. All other call will
1140 if (cmd != VIDEO_GET_STATUS && cmd != VIDEO_GET_EVENT && in dvb_video_ioctl()1213 case VIDEO_GET_STATUS: in dvb_video_ioctl()