Home
last modified time | relevance | path

Searched refs:_SIOR (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/kernel/uapi/linux/
Dsoundcard.h64 #define _SIOR _IOR macro
74 #define _SIOR(x,y,t) ((int) (SIOC_OUT | ((sizeof(t) & SIOCPARM_MASK) << 16) | (x << 8) | y)) macro
88 #define SNDCTL_SEQ_GETOUTCOUNT _SIOR('Q', 4, int)
89 #define SNDCTL_SEQ_GETINCOUNT _SIOR('Q', 5, int)
94 #define SNDCTL_SEQ_NRSYNTHS _SIOR('Q', 10, int)
95 #define SNDCTL_SEQ_NRMIDIS _SIOR('Q', 11, int)
102 #define SNDCTL_SEQ_GETTIME _SIOR('Q', 19, int)
325 #define SNDCTL_DSP_GETFMTS _SIOR('P', 11, int)
345 #define SNDCTL_DSP_GETOSPACE _SIOR('P', 12, audio_buf_info)
346 #define SNDCTL_DSP_GETISPACE _SIOR('P', 13, audio_buf_info)
[all …]