Home | History | Annotate | Download | only in linux

Lines Matching refs:_SIOW

64 #define _SIOW _IOW
76 #define _SIOW(x,y,t) ((int)(SIOC_IN|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y))
93 #define SNDCTL_SEQ_PERCMODE _SIOW ('Q', 6, int)
94 #define SNDCTL_FM_LOAD_INSTR _SIOW ('Q', 7, struct sbi_instrument)
95 #define SNDCTL_SEQ_TESTMIDI _SIOW ('Q', 8, int)
96 #define SNDCTL_SEQ_RESETSAMPLES _SIOW ('Q', 9, int)
100 #define SNDCTL_SEQ_THRESHOLD _SIOW ('Q',13, int)
102 #define SNDCTL_FM_4OP_ENABLE _SIOW ('Q',15, int)
104 #define SNDCTL_SEQ_OUTOFBAND _SIOW ('Q',18, struct seq_event_rec)
139 #define SNDCTL_TMR_METRONOME _SIOW ('T', 7, int)
140 #define SNDCTL_TMR_SELECT _SIOW ('T', 8, int)
417 #define SNDCTL_DSP_SETTRIGGER _SIOW ('P',16, int)
453 #define SNDCTL_DSP_SETSPDIF _SIOW ('P', 66, int)
464 #define SNDCTL_DSP_PROFILE _SIOW ('P', 23, int)
524 #define SNDCTL_COPR_WDATA _SIOW ('C', 4, copr_debug_buf)
525 #define SNDCTL_COPR_WCODE _SIOW ('C', 5, copr_debug_buf)