Home
last modified time | relevance | path

Searched refs:EVIOCGREP (Results 1 – 15 of 15) sorted by relevance

/external/strace/
Devdev.c246 # if defined EVIOCGREP || defined EVIOCSREP
322 # ifdef EVIOCGREP in evdev_read_ioctl()
323 case EVIOCGREP: in evdev_read_ioctl()
DChangeLog39856 EVIOCGREP, EVIOCGKEYCODE_V2, EVIOCGMTSLOTS, EVIOCGPROP, and EVIOCGSW.
/external/strace/tests-mx32/
Dioctl_evdev.c100 # ifdef EVIOCGREP in main()
101 TEST_NULL_ARG(EVIOCGREP); in main()
/external/strace/tests/
Dioctl_evdev.c100 # ifdef EVIOCGREP in main()
101 TEST_NULL_ARG(EVIOCGREP); in main()
/external/strace/tests-m32/
Dioctl_evdev.c100 # ifdef EVIOCGREP in main()
101 TEST_NULL_ARG(EVIOCGREP); in main()
/external/syzkaller/sys/linux/
Dinput_386.const21 EVIOCGREP = 2148025603
Dinput_arm64.const21 EVIOCGREP = 2148025603
Dinput_ppc64le.const21 EVIOCGREP = 1074283779
Dinput_amd64.const21 EVIOCGREP = 2148025603
Dinput_arm.const21 EVIOCGREP = 2148025603
Dinput.txt18 ioctl$EVIOCGREP(fd fd_evdev, cmd const[EVIOCGREP], arg buffer[out])
/external/kernel-headers/original/uapi/linux/
Dinput.h130 #define EVIOCGREP _IOR('E', 0x03, unsigned int[2]) /* get repeat settings */ macro
/external/autotest/client/bin/input/
Dlinux_input.py90 EVIOCGREP = IOR('E', 0x03, '2I') # get repeat settings variable
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc548 unsigned IOCTL_EVIOCGREP = EVIOCGREP;
Dsanitizer_common_interceptors_ioctl.inc152 _(EVIOCGREP, WRITE, sizeof(int) * 2);