Searched refs:_SIO (Results 1 – 1 of 1) sorted by relevance
63 #define _SIO _IO macro73 #define _SIO(x,y) ((int) (SIOC_VOID | (x << 8) | y)) macro84 #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)[all …]