Searched refs:_SIOW (Results 1 – 1 of 1) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/ |
| H A D | soundcard.h | 96 #define _SIOW _IOW macro 115 #define _SIOW(x,y,t) ((int)(SIOC_IN|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y)) macro 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) [all …]
|