Lines Matching defs:_SIOWR

49 #ifndef _SIOWR
65 #define _SIOWR _IOWR
78 #define _SIOWR(x,y,t) ((int)(SIOC_INOUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y))
89 #define SNDCTL_SYNTH_INFO _SIOWR('Q', 2, struct synth_info)
90 #define SNDCTL_SEQ_CTRLRATE _SIOWR('Q', 3, int)
99 #define SNDCTL_MIDI_INFO _SIOWR('Q',12, struct midi_info)
101 #define SNDCTL_SYNTH_MEMAVL _SIOWR('Q',14, int)
106 #define SNDCTL_SYNTH_ID _SIOWR('Q',20, struct synth_info)
107 #define SNDCTL_SYNTH_CONTROL _SIOWR('Q',21, struct synth_control)
108 #define SNDCTL_SYNTH_REMOVESAMPLE _SIOWR('Q',22, struct remove_sample)
127 #define SNDCTL_TMR_TIMEBASE _SIOWR('T', 1, int)
131 #define SNDCTL_TMR_TEMPO _SIOWR('T', 5, int)
132 #define SNDCTL_TMR_SOURCE _SIOWR('T', 6, int)
359 #define SNDCTL_MIDI_PRETIME _SIOWR('m', 0, int)
360 #define SNDCTL_MIDI_MPUMODE _SIOWR('m', 1, int)
361 #define SNDCTL_MIDI_MPUCMD _SIOWR('m', 2, mpu_command_rec)
365 #define SNDCTL_DSP_SPEED _SIOWR('P', 2, int)
366 #define SNDCTL_DSP_STEREO _SIOWR('P', 3, int)
367 #define SNDCTL_DSP_GETBLKSIZE _SIOWR('P', 4, int)
369 #define SNDCTL_DSP_CHANNELS _SIOWR('P', 6, int)
371 #define SOUND_PCM_WRITE_FILTER _SIOWR('P', 7, int)
373 #define SNDCTL_DSP_SUBDIVIDE _SIOWR('P', 9, int)
374 #define SNDCTL_DSP_SETFRAGMENT _SIOWR('P',10, int)
377 #define SNDCTL_DSP_SETFMT _SIOWR('P',5, int)
440 #define SNDCTL_DSP_GETCHANNELMASK _SIOWR('P', 64, int)
441 #define SNDCTL_DSP_BIND_CHANNEL _SIOWR('P', 65, int)
521 #define SNDCTL_COPR_LOAD _SIOWR('C', 1, copr_buffer)
522 #define SNDCTL_COPR_RDATA _SIOWR('C', 2, copr_debug_buf)
523 #define SNDCTL_COPR_RCODE _SIOWR('C', 3, copr_debug_buf)
526 #define SNDCTL_COPR_RUN _SIOWR('C', 6, copr_debug_buf)
527 #define SNDCTL_COPR_HALT _SIOWR('C', 7, copr_debug_buf)
528 #define SNDCTL_COPR_SENDMSG _SIOWR('C', 8, copr_msg)
640 #define MIXER_WRITE(dev) _SIOWR('M', dev, int)
684 #define SOUND_MIXER_ACCESS _SIOWR('M', 102, mixer_record)
686 #define SOUND_MIXER_AGC _SIOWR('M', 103, int)
687 #define SOUND_MIXER_3DSE _SIOWR('M', 104, int)
689 #define SOUND_MIXER_PRIVATE1 _SIOWR('M', 111, int)
690 #define SOUND_MIXER_PRIVATE2 _SIOWR('M', 112, int)
691 #define SOUND_MIXER_PRIVATE3 _SIOWR('M', 113, int)
692 #define SOUND_MIXER_PRIVATE4 _SIOWR('M', 114, int)
693 #define SOUND_MIXER_PRIVATE5 _SIOWR('M', 115, int)
701 #define SOUND_MIXER_GETLEVELS _SIOWR('M', 116, mixer_vol_table)
702 #define SOUND_MIXER_SETLEVELS _SIOWR('M', 117, mixer_vol_table)