Home | History | Annotate | Download | only in linux

Lines Matching defs:_SIO

74 #define _SIO _IO
86 #define _SIO(x,y) ((int) (SIOC_VOID | (x << 8) | y))
100 #define SNDCTL_SEQ_RESET _SIO('Q', 0)
101 #define SNDCTL_SEQ_SYNC _SIO('Q', 1)
120 #define SNDCTL_SEQ_PANIC _SIO('Q', 17)
144 #define SNDCTL_TMR_START _SIO('T', 2)
145 #define SNDCTL_TMR_STOP _SIO('T', 3)
146 #define SNDCTL_TMR_CONTINUE _SIO('T', 4)
386 #define SNDCTL_DSP_RESET _SIO('P', 0)
387 #define SNDCTL_DSP_SYNC _SIO('P', 1)
397 #define SNDCTL_DSP_POST _SIO('P', 8)
429 #define SNDCTL_DSP_NONBLOCK _SIO('P', 14)
464 #define SNDCTL_DSP_SETSYNCRO _SIO('P', 21)
465 #define SNDCTL_DSP_SETDUPLEX _SIO('P', 22)
556 #define SNDCTL_COPR_RESET _SIO('C', 0)