Home
last modified time | relevance | path

Searched defs:_SIO (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/include/uapi/linux/
H A Dsoundcard.h96 #define _SIO _IO macro
115 #define _SIO(x,y) ((int)(SIOC_VOID|(x<<8)|y)) macro
[all...]
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dsoundcard.h96 #define _SIO _IO macro
115 #define _SIO(x,y) ((int)(SIOC_VOID|(x<<8)|y)) macro
[all...]
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dsoundcard.h63 #define _SIO _IO macro
73 #define _SIO(x,y) ((int) (SIOC_VOID | (x << 8) | y)) macro
[all...]
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dsoundcard.h52 #define _SIO _IO macro
62 #define _SIO(x,y) ((int)(SIOC_VOID|(x<<8)|y)) macro
[all...]
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dsoundcard.h63 #define _SIO _IO macro
73 #define _SIO(x,y) ((int) (SIOC_VOID | (x << 8) | y)) macro
[all...]

Completed in 13 milliseconds