Home | History | Annotate | Download | only in linux

Lines Matching refs:_SIOW

96 #define	_SIOW		_IOW
115 #define _SIOW(x,y,t) ((int)(SIOC_IN|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y))
132 #define SNDCTL_SEQ_PERCMODE _SIOW ('Q', 6, int)
133 #define SNDCTL_FM_LOAD_INSTR _SIOW ('Q', 7, struct sbi_instrument) /* Obsolete. Don't use!!!!!! */
134 #define SNDCTL_SEQ_TESTMIDI _SIOW ('Q', 8, int)
135 #define SNDCTL_SEQ_RESETSAMPLES _SIOW ('Q', 9, int)
139 #define SNDCTL_SEQ_THRESHOLD _SIOW ('Q',13, int)
141 #define SNDCTL_FM_4OP_ENABLE _SIOW ('Q',15, int) /* in=dev# */
143 #define SNDCTL_SEQ_OUTOFBAND _SIOW ('Q',18, struct seq_event_rec)
178 #define SNDCTL_TMR_METRONOME _SIOW ('T', 7, int)
179 #define SNDCTL_TMR_SELECT _SIOW ('T', 8, int)
598 #define SNDCTL_DSP_SETTRIGGER _SIOW ('P',16, int)
634 #define SNDCTL_DSP_SETSPDIF _SIOW ('P', 66, int)
656 #define SNDCTL_DSP_PROFILE _SIOW ('P', 23, int)
722 #define SNDCTL_COPR_WDATA _SIOW ('C', 4, copr_debug_buf)
723 #define SNDCTL_COPR_WCODE _SIOW ('C', 5, copr_debug_buf)