Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dsoundcard.h93 #define _SIOC_SIZE _IOC_SIZE macro
122 #define _SIOC_SIZE(x) ((x>>16)&SIOCPARM_MASK) macro
/linux-3.4.99/sound/oss/
Dsoundcard.c344 len = _SIOC_SIZE(cmd); in sound_ioctl()
Dswarm_cs4297a.c1259 if (_IOC_TYPE(cmd) != 'M' || _SIOC_SIZE(cmd) != sizeof(int)) in mixer_ioctl()