Lines Matching refs:__SIOW
69 #define __SIOW _IOW macro
82 #define __SIOW(x,y,t) ((int)(SIOC_IN|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y)) macro
113 #define SNDCTL_SEQ_PERCMODE __SIOW ('Q', 6, int)
114 #define SNDCTL_FM_LOAD_INSTR __SIOW ('Q', 7, struct sbi_instrument) /* Obsolete. Don't use!!!!!! */
115 #define SNDCTL_SEQ_TESTMIDI __SIOW ('Q', 8, int)
116 #define SNDCTL_SEQ_RESETSAMPLES __SIOW ('Q', 9, int)
120 #define SNDCTL_SEQ_THRESHOLD __SIOW ('Q',13, int)
122 #define SNDCTL_FM_4OP_ENABLE __SIOW ('Q',15, int) /* in=dev# */
124 #define SNDCTL_SEQ_OUTOFBAND __SIOW ('Q',18, struct seq_event_rec)
163 #define SNDCTL_TMR_METRONOME __SIOW ('T', 7, int)
164 #define SNDCTL_TMR_SELECT __SIOW ('T', 8, int)
959 #define SNDCTL_MIDI_SET_LATENCY __SIOW ('m', 9, int)
1153 #define SNDCTL_DSP_SETTRIGGER __SIOW ('P',16, int)
1175 #define SNDCTL_DSP_PROFILE __SIOW ('P', 23, int) /* OBSOLETE */
1308 #define SNDCTL_DSP_SYNCSTART __SIOW ('P', 29, int)
1324 #define SNDCTL_DSP_COOKEDMODE __SIOW ('P', 30, int)
1346 #define SNDCTL_DSP_LOW_WATER __SIOW ('P', 34, int)
1405 #define SNDCTL_DSP_POLICY __SIOW('P', 45, int) /* See the manual */
2002 #define SNDCTL_SETSONG __SIOW ('Y', 2, oss_longname_t)
2004 #define SNDCTL_SETNAME __SIOW ('Y', 3, oss_longname_t)
2005 #define SNDCTL_SETLABEL __SIOW ('Y', 4, oss_label_t)