Searched refs:AUDIO_GET_STATUS (Results 1 – 5 of 5) sorted by relevance
7 AUDIO_GET_STATUS title13 AUDIO_GET_STATUS20 .. c:macro:: AUDIO_GET_STATUS22 ``int ioctl(int fd, AUDIO_GET_STATUS, struct audio_status *status)``
34 The following values can be returned by the AUDIO_GET_STATUS call66 The AUDIO_GET_STATUS call returns the following structure informing
76 AUDIO_GET_STATUS. All other call will return with an error code.
1363 (cmd != AUDIO_GET_STATUS)) in dvb_audio_ioctl()1460 case AUDIO_GET_STATUS: in dvb_audio_ioctl()
77 #define AUDIO_GET_STATUS _IOR('o', 10, audio_status_t) macro