Lines Matching refs:_SIOWR

83 #ifndef _SIOWR
99 #define _SIOWR _IOWR macro
119 #define _SIOWR(x,y,t) ((int)(SIOC_INOUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y)) macro
130 #define SNDCTL_SYNTH_INFO _SIOWR('Q', 2, struct synth_info)
131 #define SNDCTL_SEQ_CTRLRATE _SIOWR('Q', 3, int) /* Set/get timer resolution (HZ) */
140 #define SNDCTL_MIDI_INFO _SIOWR('Q',12, struct midi_info)
142 #define SNDCTL_SYNTH_MEMAVL _SIOWR('Q',14, int) /* in=dev#, out=memsize */
147 #define SNDCTL_SYNTH_ID _SIOWR('Q',20, struct synth_info)
148 #define SNDCTL_SYNTH_CONTROL _SIOWR('Q',21, struct synth_control)
149 #define SNDCTL_SYNTH_REMOVESAMPLE _SIOWR('Q',22, struct remove_sample)
168 #define SNDCTL_TMR_TIMEBASE _SIOWR('T', 1, int)
172 #define SNDCTL_TMR_TEMPO _SIOWR('T', 5, int)
173 #define SNDCTL_TMR_SOURCE _SIOWR('T', 6, int)
532 #define SNDCTL_MIDI_PRETIME _SIOWR('m', 0, int)
533 #define SNDCTL_MIDI_MPUMODE _SIOWR('m', 1, int)
534 #define SNDCTL_MIDI_MPUCMD _SIOWR('m', 2, mpu_command_rec)
542 #define SNDCTL_DSP_SPEED _SIOWR('P', 2, int)
543 #define SNDCTL_DSP_STEREO _SIOWR('P', 3, int)
544 #define SNDCTL_DSP_GETBLKSIZE _SIOWR('P', 4, int)
546 #define SNDCTL_DSP_CHANNELS _SIOWR('P', 6, int)
548 #define SOUND_PCM_WRITE_FILTER _SIOWR('P', 7, int)
550 #define SNDCTL_DSP_SUBDIVIDE _SIOWR('P', 9, int)
551 #define SNDCTL_DSP_SETFRAGMENT _SIOWR('P',10, int)
555 #define SNDCTL_DSP_SETFMT _SIOWR('P',5, int) /* Selects ONE fmt*/
625 #define SNDCTL_DSP_GETCHANNELMASK _SIOWR('P', 64, int)
626 #define SNDCTL_DSP_BIND_CHANNEL _SIOWR('P', 65, int)
723 #define SNDCTL_COPR_LOAD _SIOWR('C', 1, copr_buffer)
724 #define SNDCTL_COPR_RDATA _SIOWR('C', 2, copr_debug_buf)
725 #define SNDCTL_COPR_RCODE _SIOWR('C', 3, copr_debug_buf)
728 #define SNDCTL_COPR_RUN _SIOWR('C', 6, copr_debug_buf)
729 #define SNDCTL_COPR_HALT _SIOWR('C', 7, copr_debug_buf)
730 #define SNDCTL_COPR_SENDMSG _SIOWR('C', 8, copr_msg)
880 #define MIXER_WRITE(dev) _SIOWR('M', dev, int)
931 #define SOUND_MIXER_ACCESS _SIOWR('M', 102, mixer_record)
936 #define SOUND_MIXER_AGC _SIOWR('M', 103, int)
937 #define SOUND_MIXER_3DSE _SIOWR('M', 104, int)
943 #define SOUND_MIXER_PRIVATE1 _SIOWR('M', 111, int)
944 #define SOUND_MIXER_PRIVATE2 _SIOWR('M', 112, int)
945 #define SOUND_MIXER_PRIVATE3 _SIOWR('M', 113, int)
946 #define SOUND_MIXER_PRIVATE4 _SIOWR('M', 114, int)
947 #define SOUND_MIXER_PRIVATE5 _SIOWR('M', 115, int)
963 #define SOUND_MIXER_GETLEVELS _SIOWR('M', 116, mixer_vol_table)
964 #define SOUND_MIXER_SETLEVELS _SIOWR('M', 117, mixer_vol_table)