Home | History | Annotate | Download | only in linux

Lines Matching refs:_SIOWR

85 #ifndef _SIOWR
101 #define _SIOWR _IOWR
121 #define _SIOWR(x,y,t) ((int)(SIOC_INOUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y))
128 #endif /* !_SIOWR */
132 #define SNDCTL_SYNTH_INFO _SIOWR('Q', 2, struct synth_info)
133 #define SNDCTL_SEQ_CTRLRATE _SIOWR('Q', 3, int) /* Set/get timer resolution (HZ) */
142 #define SNDCTL_MIDI_INFO _SIOWR('Q',12, struct midi_info)
144 #define SNDCTL_SYNTH_MEMAVL _SIOWR('Q',14, int) /* in=dev#, out=memsize */
149 #define SNDCTL_SYNTH_ID _SIOWR('Q',20, struct synth_info)
150 #define SNDCTL_SYNTH_CONTROL _SIOWR('Q',21, struct synth_control)
151 #define SNDCTL_SYNTH_REMOVESAMPLE _SIOWR('Q',22, struct remove_sample)
170 #define SNDCTL_TMR_TIMEBASE _SIOWR('T', 1, int)
174 #define SNDCTL_TMR_TEMPO _SIOWR('T', 5, int)
175 #define SNDCTL_TMR_SOURCE _SIOWR('T', 6, int)
540 #define SNDCTL_MIDI_PRETIME _SIOWR('m', 0, int)
541 #define SNDCTL_MIDI_MPUMODE _SIOWR('m', 1, int)
542 #define SNDCTL_MIDI_MPUCMD _SIOWR('m', 2, mpu_command_rec)
550 #define SNDCTL_DSP_SPEED _SIOWR('P', 2, int)
551 #define SNDCTL_DSP_STEREO _SIOWR('P', 3, int)
552 #define SNDCTL_DSP_GETBLKSIZE _SIOWR('P', 4, int)
554 #define SNDCTL_DSP_CHANNELS _SIOWR('P', 6, int)
556 #define SOUND_PCM_WRITE_FILTER _SIOWR('P', 7, int)
558 #define SNDCTL_DSP_SUBDIVIDE _SIOWR('P', 9, int)
559 #define SNDCTL_DSP_SETFRAGMENT _SIOWR('P',10, int)
563 #define SNDCTL_DSP_SETFMT _SIOWR('P',5, int) /* Selects ONE fmt*/
633 #define SNDCTL_DSP_GETCHANNELMASK _SIOWR('P', 64, int)
634 #define SNDCTL_DSP_BIND_CHANNEL _SIOWR('P', 65, int)
731 #define SNDCTL_COPR_LOAD _SIOWR('C', 1, copr_buffer)
732 #define SNDCTL_COPR_RDATA _SIOWR('C', 2, copr_debug_buf)
733 #define SNDCTL_COPR_RCODE _SIOWR('C', 3, copr_debug_buf)
736 #define SNDCTL_COPR_RUN _SIOWR('C', 6, copr_debug_buf)
737 #define SNDCTL_COPR_HALT _SIOWR('C', 7, copr_debug_buf)
738 #define SNDCTL_COPR_SENDMSG _SIOWR('C', 8, copr_msg)
888 #define MIXER_WRITE(dev) _SIOWR('M', dev, int)
939 #define SOUND_MIXER_ACCESS _SIOWR('M', 102, mixer_record)
944 #define SOUND_MIXER_AGC _SIOWR('M', 103, int)
945 #define SOUND_MIXER_3DSE _SIOWR('M', 104, int)
951 #define SOUND_MIXER_PRIVATE1 _SIOWR('M', 111, int)
952 #define SOUND_MIXER_PRIVATE2 _SIOWR('M', 112, int)
953 #define SOUND_MIXER_PRIVATE3 _SIOWR('M', 113, int)
954 #define SOUND_MIXER_PRIVATE4 _SIOWR('M', 114, int)
955 #define SOUND_MIXER_PRIVATE5 _SIOWR('M', 115, int)
971 #define SOUND_MIXER_GETLEVELS _SIOWR('M', 116, mixer_vol_table)
972 #define SOUND_MIXER_SETLEVELS _SIOWR('M', 117, mixer_vol_table)