Home
last modified time | relevance | path

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

/external/strace/
Devdev.c401 #ifdef EVIOCGPROP in evdev_read_ioctl()
402 case _IOC_NR(EVIOCGPROP(0)): in evdev_read_ioctl()
/external/kernel-headers/original/uapi/linux/
Dinput.h120 #define EVIOCGPROP(len) _IOC(_IOC_READ, 'E', 0x09, len) /* get device properties */ macro
/external/autotest/client/bin/input/
Dlinux_input.py107 def EVIOCGPROP(length): function
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc832 unsigned IOCTL_EVIOCGPROP = EVIOCGPROP(0);
Dsanitizer_common_interceptors_ioctl.inc379 _(EVIOCGPROP, WRITE, 0);