Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dinput.h150 #define EVIOCGSND(len) _IOC(_IOC_READ, 'E', 0x1a, len) /* get all sounds status */ macro
/external/strace/
Devdev.c406 case _IOC_NR(EVIOCGSND(0)): in evdev_read_ioctl()
/external/autotest/client/bin/input/
Dlinux_input.py119 def EVIOCGSND(length): function
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc544 unsigned IOCTL_EVIOCGSND = EVIOCGSND(0);
Dsanitizer_common_interceptors_ioctl.inc150 _(EVIOCGSND, WRITE, 0);