Lines Matching refs:__SIOWR
50 #ifndef __SIOWR
70 #define __SIOWR _IOWR macro
83 #define __SIOWR(x,y,t) ((int)(SIOC_INOUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y)) macro
109 #define SNDCTL_SYNTH_INFO __SIOWR('Q', 2, struct synth_info)
110 #define SNDCTL_SEQ_CTRLRATE __SIOWR('Q', 3, int) /* Set/get timer resolution (HZ) */
119 #define SNDCTL_MIDI_INFO __SIOWR('Q',12, struct midi_info) /* OBSOLETE - use SNDCTL_MIDIINFO inste…
121 #define SNDCTL_SYNTH_MEMAVL __SIOWR('Q',14, int) /* in=dev#, out=memsize */
126 #define SNDCTL_SYNTH_ID __SIOWR('Q',20, struct synth_info)
127 #define SNDCTL_SYNTH_CONTROL __SIOWR('Q',21, struct synth_control)
128 #define SNDCTL_SYNTH_REMOVESAMPLE __SIOWR('Q',22, struct remove_sample) /* Reserved for future use …
151 #define SNDCTL_TMR_TIMEBASE __SIOWR('T', 1, int)
155 #define SNDCTL_TMR_TEMPO __SIOWR('T', 5, int)
156 #define SNDCTL_TMR_SOURCE __SIOWR('T', 6, int)
846 #define SNDCTL_MIDI_PRETIME __SIOWR('m', 0, int)
863 #define SNDCTL_MIDI_MPUMODE __SIOWR('m', 1, int)
864 #define SNDCTL_MIDI_MPUCMD __SIOWR('m', 2, mpu_command_rec)
886 #define SNDCTL_MIDI_MTCINPUT __SIOWR('m', 3, int)
902 #define SNDCTL_MIDI_SETMODE __SIOWR('m', 6, int)
949 #define SNDCTL_MIDI_TIMEBASE __SIOWR('m', 7, int)
950 #define SNDCTL_MIDI_TEMPO __SIOWR('m', 8, int)
968 #define SNDCTL_DSP_SPEED __SIOWR('P', 2, int)
971 #define SNDCTL_DSP_STEREO __SIOWR('P', 3, int)
974 #define SNDCTL_DSP_GETBLKSIZE __SIOWR('P', 4, int)
976 #define SNDCTL_DSP_CHANNELS __SIOWR('P', 6, int)
978 #define SNDCTL_DSP_SUBDIVIDE __SIOWR('P', 9, int)
979 #define SNDCTL_DSP_SETFRAGMENT __SIOWR('P',10, int)
983 #define SNDCTL_DSP_SETFMT __SIOWR('P',5, int) /* Selects ONE fmt */
1198 #define SNDCTL_DSP_SETPLAYVOL __SIOWR('P', 24, int)
1293 #define SNDCTL_DSP_READCTL __SIOWR('P', 26, oss_digital_control)
1294 #define SNDCTL_DSP_WRITECTL __SIOWR('P', 27, oss_digital_control)
1307 #define SNDCTL_DSP_SYNCGROUP __SIOWR('P', 28, oss_syncgroup)
1371 #define SNDCTL_DSP_SET_RECSRC __SIOWR('P', 38, int)
1375 #define SNDCTL_DSP_SET_PLAYTGT __SIOWR('P', 40, int)
1377 #define SNDCTL_DSP_SETRECVOL __SIOWR('P', 41, int)
1386 #define SNDCTL_DSP_SET_CHNORDER __SIOWR('P', 42, unsigned long long)
1412 #define SNDCTL_DSP_GETCHANNELMASK __SIOWR('P', 64, int)
1413 #define SNDCTL_DSP_BIND_CHANNEL __SIOWR('P', 65, int)
1430 #define X_SADA_SET_PLAYTGT __SIOWR('P', 68, int)
1607 #define MIXER_WRITE(dev) __SIOWR('M', dev, int)
1655 #define SOUND_MIXER_PRIVATE1 __SIOWR('M', 111, int)
1656 #define SOUND_MIXER_PRIVATE2 __SIOWR('M', 112, int)
1657 #define SOUND_MIXER_PRIVATE3 __SIOWR('M', 113, int)
1658 #define SOUND_MIXER_PRIVATE4 __SIOWR('M', 114, int)
1659 #define SOUND_MIXER_PRIVATE5 __SIOWR('M', 115, int)
1663 #define SOUND_MIXER_WRITE_MAINVOL __SIOWR('M', 116, int)
1680 #define SOUND_MIXER_GETLEVELS __SIOWR('M', 116, mixer_vol_table)
1681 #define SOUND_MIXER_SETLEVELS __SIOWR('M', 117, mixer_vol_table)
1695 #define SOUND_MIXER_WRITE_RECGAIN __SIOWR('M', 119, int)
1697 #define SOUND_MIXER_WRITE_MONGAIN __SIOWR('M', 120, int)
1703 #define SOUND_MIXER_RESERVED __SIOWR('M', 121, oss_reserved_t)
1982 #define SNDCTL_MIX_NREXT __SIOWR('X', 3, int)
1983 #define SNDCTL_MIX_EXTINFO __SIOWR('X', 4, oss_mixext)
1984 #define SNDCTL_MIX_READ __SIOWR('X', 5, oss_mixer_value)
1985 #define SNDCTL_MIX_WRITE __SIOWR('X', 6, oss_mixer_value)
1987 #define SNDCTL_AUDIOINFO __SIOWR('X', 7, oss_audioinfo)
1988 #define SNDCTL_MIX_ENUMINFO __SIOWR('X', 8, oss_mixer_enuminfo)
1989 #define SNDCTL_MIDIINFO __SIOWR('X', 9, oss_midi_info)
1990 #define SNDCTL_MIXERINFO __SIOWR('X',10, oss_mixerinfo)
1991 #define SNDCTL_CARDINFO __SIOWR('X',11, oss_card_info)
1992 #define SNDCTL_ENGINEINFO __SIOWR('X',12, oss_audioinfo)
1993 #define SNDCTL_AUDIOINFO_EX __SIOWR('X',13, oss_audioinfo)
1995 #define SNDCTL_MIX_DESCRIPTION __SIOWR('X',14, oss_mixer_enuminfo)