Home
last modified time | relevance | path

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

/external/strace/
Devdev.c300 #if defined EVIOCGREP || defined EVIOCSREP
378 #ifdef EVIOCGREP in evdev_read_ioctl()
379 case EVIOCGREP: in evdev_read_ioctl()
/external/kernel-headers/original/uapi/linux/
Dinput.h109 #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.cc543 unsigned IOCTL_EVIOCGREP = EVIOCGREP;
Dsanitizer_common_interceptors_ioctl.inc149 _(EVIOCGREP, WRITE, sizeof(int) * 2);