Searched defs:_SIOR (Results 1 – 5 of 5) sorted by relevance
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
| D | soundcard.h | 64 #define _SIOR _IOR macro 74 #define _SIOR(x,y,t) ((int) (SIOC_OUT | ((sizeof(t) & SIOCPARM_MASK) << 16) | (x << 8) | y)) macro
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
| D | soundcard.h | 53 #define _SIOR _IOR macro 63 #define _SIOR(x,y,t) ((int)(SIOC_OUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y)) macro
|
| /kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
| D | soundcard.h | 64 #define _SIOR _IOR macro 74 #define _SIOR(x,y,t) ((int) (SIOC_OUT | ((sizeof(t) & SIOCPARM_MASK) << 16) | (x << 8) | y)) macro
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | soundcard.h | 97 #define _SIOR _IOR macro 116 #define _SIOR(x,y,t) ((int)(SIOC_OUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y)) macro
|
| /kernel/linux/linux-6.6/include/uapi/linux/ |
| D | soundcard.h | 97 #define _SIOR _IOR macro 116 #define _SIOR(x,y,t) ((int)(SIOC_OUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y)) macro
|