Lines Matching refs:_IO
83 #define AUDIO_STOP _IO('o', 1)
84 #define AUDIO_PLAY _IO('o', 2)
85 #define AUDIO_PAUSE _IO('o', 3)
86 #define AUDIO_CONTINUE _IO('o', 4)
87 #define AUDIO_SELECT_SOURCE _IO('o', 5)
88 #define AUDIO_SET_MUTE _IO('o', 6)
89 #define AUDIO_SET_AV_SYNC _IO('o', 7)
90 #define AUDIO_SET_BYPASS_MODE _IO('o', 8)
91 #define AUDIO_CHANNEL_SELECT _IO('o', 9)
95 #define AUDIO_CLEAR_BUFFER _IO('o', 12)
96 #define AUDIO_SET_ID _IO('o', 13)
98 #define AUDIO_SET_STREAMTYPE _IO('o', 15)
99 #define AUDIO_BILINGUAL_CHANNEL_SELECT _IO('o', 20)