Home
last modified time | relevance | path

Searched refs:EVIOCGPHYS (Results 1 – 11 of 11) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dinput.h140 #define EVIOCGPHYS(len) _IOC(_IOC_READ, 'E', 0x07, len) /* get physical location */ macro
/external/strace/tests-m32/
Dioctl_evdev.c111 TEST_NULL_ARG(EVIOCGPHYS(0)); in main()
/external/strace/tests-mx32/
Dioctl_evdev.c111 TEST_NULL_ARG(EVIOCGPHYS(0)); in main()
/external/strace/tests/
Dioctl_evdev.c111 TEST_NULL_ARG(EVIOCGPHYS(0)); in main()
/external/strace/
Devdev.c341 case _IOC_NR(EVIOCGPHYS(0)): in evdev_read_ioctl()
DChangeLog28565 evdev.c: fix decoding of EVIOCGNAME, EVIOCGPHYS, and EVIOCGUNIQ.
28567 in response to EVIOCGNAME, EVIOCGPHYS, and EVIOCGUNIQ requests.
/external/autotest/client/bin/input/
Dlinux_input.py105 def EVIOCGPHYS(length): function
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc546 unsigned IOCTL_EVIOCGPHYS = EVIOCGPHYS(0);
Dsanitizer_common_interceptors_ioctl.inc150 _(EVIOCGPHYS, WRITE, 0);
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cpp547 unsigned IOCTL_EVIOCGPHYS = EVIOCGPHYS(0);
Dsanitizer_common_interceptors_ioctl.inc153 _(EVIOCGPHYS, WRITE, 0);