Home | History | Annotate | Download | only in linux

Lines Matching refs:_SIOWR

81 #ifndef _SIOWR
97 #define _SIOWR _IOWR
117 #define _SIOWR(x,y,t) ((int)(SIOC_INOUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y))
124 #endif /* !_SIOWR */
128 #define SNDCTL_SYNTH_INFO _SIOWR('Q', 2, struct synth_info)
129 #define SNDCTL_SEQ_CTRLRATE _SIOWR('Q', 3, int) /* Set/get timer resolution (HZ) */
138 #define SNDCTL_MIDI_INFO _SIOWR('Q',12, struct midi_info)
140 #define SNDCTL_SYNTH_MEMAVL _SIOWR('Q',14, int) /* in=dev#, out=memsize */
145 #define SNDCTL_SYNTH_ID _SIOWR('Q',20, struct synth_info)
146 #define SNDCTL_SYNTH_CONTROL _SIOWR('Q',21, struct synth_control)
147 #define SNDCTL_SYNTH_REMOVESAMPLE _SIOWR('Q',22, struct remove_sample)
166 #define SNDCTL_TMR_TIMEBASE _SIOWR('T', 1, int)
170 #define SNDCTL_TMR_TEMPO _SIOWR('T', 5, int)
171 #define SNDCTL_TMR_SOURCE _SIOWR('T', 6, int)
528 #define SNDCTL_MIDI_PRETIME _SIOWR('m', 0, int)
529 #define SNDCTL_MIDI_MPUMODE _SIOWR('m', 1, int)
530 #define SNDCTL_MIDI_MPUCMD _SIOWR('m', 2, mpu_command_rec)
538 #define SNDCTL_DSP_SPEED _SIOWR('P', 2, int)
539 #define SNDCTL_DSP_STEREO _SIOWR('P', 3, int)
540 #define SNDCTL_DSP_GETBLKSIZE _SIOWR('P', 4, int)
542 #define SNDCTL_DSP_CHANNELS _SIOWR('P', 6, int)
544 #define SOUND_PCM_WRITE_FILTER _SIOWR('P', 7, int)
546 #define SNDCTL_DSP_SUBDIVIDE _SIOWR('P', 9, int)
547 #define SNDCTL_DSP_SETFRAGMENT _SIOWR('P',10, int)
551 #define SNDCTL_DSP_SETFMT _SIOWR('P',5, int) /* Selects ONE fmt*/
621 #define SNDCTL_DSP_GETCHANNELMASK _SIOWR('P', 64, int)
622 #define SNDCTL_DSP_BIND_CHANNEL _SIOWR('P', 65, int)
719 #define SNDCTL_COPR_LOAD _SIOWR('C', 1, copr_buffer)
720 #define SNDCTL_COPR_RDATA _SIOWR('C', 2, copr_debug_buf)
721 #define SNDCTL_COPR_RCODE _SIOWR('C', 3, copr_debug_buf)
724 #define SNDCTL_COPR_RUN _SIOWR('C', 6, copr_debug_buf)
725 #define SNDCTL_COPR_HALT _SIOWR('C', 7, copr_debug_buf)
726 #define SNDCTL_COPR_SENDMSG _SIOWR('C', 8, copr_msg)
876 #define MIXER_WRITE(dev) _SIOWR('M', dev, int)
927 #define SOUND_MIXER_ACCESS _SIOWR('M', 102, mixer_record)
932 #define SOUND_MIXER_AGC _SIOWR('M', 103, int)
933 #define SOUND_MIXER_3DSE _SIOWR('M', 104, int)
939 #define SOUND_MIXER_PRIVATE1 _SIOWR('M', 111, int)
940 #define SOUND_MIXER_PRIVATE2 _SIOWR('M', 112, int)
941 #define SOUND_MIXER_PRIVATE3 _SIOWR('M', 113, int)
942 #define SOUND_MIXER_PRIVATE4 _SIOWR('M', 114, int)
943 #define SOUND_MIXER_PRIVATE5 _SIOWR('M', 115, int)
959 #define SOUND_MIXER_GETLEVELS _SIOWR('M', 116, mixer_vol_table)
960 #define SOUND_MIXER_SETLEVELS _SIOWR('M', 117, mixer_vol_table)