Lines Matching defs:__SIOWR

79 #ifndef __SIOWR
99 #define __SIOWR _IOWR
112 #define __SIOWR(x,y,t) ((int)(SIOC_INOUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y))
119 #endif /* !__SIOWR */
138 #define SNDCTL_SYNTH_INFO __SIOWR('Q', 2, struct synth_info)
139 #define SNDCTL_SEQ_CTRLRATE __SIOWR('Q', 3, int) /* Set/get timer resolution (HZ) */
148 #define SNDCTL_MIDI_INFO __SIOWR('Q',12, struct midi_info) /* OBSOLETE - use SNDCTL_MIDIINFO instead */
150 #define SNDCTL_SYNTH_MEMAVL __SIOWR('Q',14, int) /* in=dev#, out=memsize */
155 #define SNDCTL_SYNTH_ID __SIOWR('Q',20, struct synth_info)
156 #define SNDCTL_SYNTH_CONTROL __SIOWR('Q',21, struct synth_control)
157 #define SNDCTL_SYNTH_REMOVESAMPLE __SIOWR('Q',22, struct remove_sample) /* Reserved for future use */
180 #define SNDCTL_TMR_TIMEBASE __SIOWR('T', 1, int)
184 #define SNDCTL_TMR_TEMPO __SIOWR('T', 5, int)
185 #define SNDCTL_TMR_SOURCE __SIOWR('T', 6, int)
875 #define SNDCTL_MIDI_PRETIME __SIOWR('m', 0, int)
892 #define SNDCTL_MIDI_MPUMODE __SIOWR('m', 1, int)
893 #define SNDCTL_MIDI_MPUCMD __SIOWR('m', 2, mpu_command_rec)
915 #define SNDCTL_MIDI_MTCINPUT __SIOWR('m', 3, int)
931 #define SNDCTL_MIDI_SETMODE __SIOWR('m', 6, int)
978 #define SNDCTL_MIDI_TIMEBASE __SIOWR('m', 7, int)
979 #define SNDCTL_MIDI_TEMPO __SIOWR('m', 8, int)
997 #define SNDCTL_DSP_SPEED __SIOWR('P', 2, int)
1000 #define SNDCTL_DSP_STEREO __SIOWR('P', 3, int)
1003 #define SNDCTL_DSP_GETBLKSIZE __SIOWR('P', 4, int)
1005 #define SNDCTL_DSP_CHANNELS __SIOWR('P', 6, int)
1007 #define SNDCTL_DSP_SUBDIVIDE __SIOWR('P', 9, int)
1008 #define SNDCTL_DSP_SETFRAGMENT __SIOWR('P',10, int)
1012 #define SNDCTL_DSP_SETFMT __SIOWR('P',5, int) /* Selects ONE fmt */
1227 #define SNDCTL_DSP_SETPLAYVOL __SIOWR('P', 24, int)
1322 #define SNDCTL_DSP_READCTL __SIOWR('P', 26, oss_digital_control)
1323 #define SNDCTL_DSP_WRITECTL __SIOWR('P', 27, oss_digital_control)
1336 #define SNDCTL_DSP_SYNCGROUP __SIOWR('P', 28, oss_syncgroup)
1400 #define SNDCTL_DSP_SET_RECSRC __SIOWR('P', 38, int)
1404 #define SNDCTL_DSP_SET_PLAYTGT __SIOWR('P', 40, int)
1406 #define SNDCTL_DSP_SETRECVOL __SIOWR('P', 41, int)
1415 #define SNDCTL_DSP_SET_CHNORDER __SIOWR('P', 42, unsigned long long)
1441 #define SNDCTL_DSP_GETCHANNELMASK __SIOWR('P', 64, int)
1442 #define SNDCTL_DSP_BIND_CHANNEL __SIOWR('P', 65, int)
1629 #define MIXER_WRITE(dev) __SIOWR('M', dev, int)
1677 #define SOUND_MIXER_PRIVATE1 __SIOWR('M', 111, int)
1678 #define SOUND_MIXER_PRIVATE2 __SIOWR('M', 112, int)
1679 #define SOUND_MIXER_PRIVATE3 __SIOWR('M', 113, int)
1680 #define SOUND_MIXER_PRIVATE4 __SIOWR('M', 114, int)
1681 #define SOUND_MIXER_PRIVATE5 __SIOWR('M', 115, int)
1685 #define SOUND_MIXER_WRITE_MAINVOL __SIOWR('M', 116, int)
1702 #define SOUND_MIXER_GETLEVELS __SIOWR('M', 116, mixer_vol_table)
1703 #define SOUND_MIXER_SETLEVELS __SIOWR('M', 117, mixer_vol_table)
1717 #define SOUND_MIXER_WRITE_RECGAIN __SIOWR('M', 119, int)
1719 #define SOUND_MIXER_WRITE_MONGAIN __SIOWR('M', 120, int)
1725 #define SOUND_MIXER_RESERVED __SIOWR('M', 121, oss_reserved_t)
1979 #define SNDCTL_MIX_NREXT __SIOWR('X', 3, int)
1980 #define SNDCTL_MIX_EXTINFO __SIOWR('X', 4, oss_mixext)
1981 #define SNDCTL_MIX_READ __SIOWR('X', 5, oss_mixer_value)
1982 #define SNDCTL_MIX_WRITE __SIOWR('X', 6, oss_mixer_value)
1984 #define SNDCTL_AUDIOINFO __SIOWR('X', 7, oss_audioinfo)
1985 #define SNDCTL_MIX_ENUMINFO __SIOWR('X', 8, oss_mixer_enuminfo)
1986 #define SNDCTL_MIDIINFO __SIOWR('X', 9, oss_midi_info)
1987 #define SNDCTL_MIXERINFO __SIOWR('X',10, oss_mixerinfo)
1988 #define SNDCTL_CARDINFO __SIOWR('X',11, oss_card_info)
1989 #define SNDCTL_ENGINEINFO __SIOWR('X',12, oss_audioinfo)
1990 #define SNDCTL_AUDIOINFO_EX __SIOWR('X',13, oss_audioinfo)