Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dsoundcard.h91 #define _SIOC_SIZE _IOC_SIZE macro
120 #define _SIOC_SIZE(x) ((x>>16)&SIOCPARM_MASK) macro
/linux-4.4.14/sound/oss/
Dsoundcard.c340 len = _SIOC_SIZE(cmd); in sound_ioctl()
Dswarm_cs4297a.c1276 if (_IOC_TYPE(cmd) != 'M' || _SIOC_SIZE(cmd) != sizeof(int)) in mixer_ioctl()