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