Lines Matching refs:_SIO
63 #define _SIO _IO macro
73 #define _SIO(x,y) ((int) (SIOC_VOID | (x << 8) | y)) macro
84 #define SNDCTL_SEQ_RESET _SIO('Q', 0)
85 #define SNDCTL_SEQ_SYNC _SIO('Q', 1)
100 #define SNDCTL_SEQ_PANIC _SIO('Q', 17)
119 #define SNDCTL_TMR_START _SIO('T', 2)
120 #define SNDCTL_TMR_STOP _SIO('T', 3)
121 #define SNDCTL_TMR_CONTINUE _SIO('T', 4)
313 #define SNDCTL_DSP_RESET _SIO('P', 0)
314 #define SNDCTL_DSP_SYNC _SIO('P', 1)
322 #define SNDCTL_DSP_POST _SIO('P', 8)
347 #define SNDCTL_DSP_NONBLOCK _SIO('P', 14)
375 #define SNDCTL_DSP_SETSYNCRO _SIO('P', 21)
376 #define SNDCTL_DSP_SETDUPLEX _SIO('P', 22)
449 #define SNDCTL_COPR_RESET _SIO('C', 0)