Searched refs:__SIO (Results 1 – 1 of 1) sorted by relevance
67 #define __SIO _IO macro80 #define __SIO(x,y) ((int)(SIOC_VOID|(x<<8)|y)) macro107 #define SNDCTL_SEQ_RESET __SIO ('Q', 0)108 #define SNDCTL_SEQ_SYNC __SIO ('Q', 1)123 #define SNDCTL_SEQ_PANIC __SIO ('Q',17)129 #define SNDCTL_SEQ_TIMING_ENABLE __SIO ('Q', 23) /* Enable incoming MIDI timing messages */130 #define SNDCTL_SEQ_ACTSENSE_ENABLE __SIO ('Q', 24) /* Enable incoming active sensing messages */131 #define SNDCTL_SEQ_RT_ENABLE __SIO ('Q', 25) /* Enable other incoming realtime messages */152 #define SNDCTL_TMR_START __SIO ('T', 2)153 #define SNDCTL_TMR_STOP __SIO ('T', 3)[all …]