Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dinput.h112 #define EVIOCGKEYCODE _IOR('E', 0x04, unsigned int[2]) /* get keycode */ macro
/external/strace/
Devdev.c382 case EVIOCGKEYCODE: in evdev_read_ioctl()
/external/autotest/client/bin/input/
Dlinux_input.py93 EVIOCGKEYCODE = IOR('E', 0x04, '2I') # get keycode variable
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc538 unsigned IOCTL_EVIOCGKEYCODE = EVIOCGKEYCODE;
Dsanitizer_common_interceptors_ioctl.inc144 _(EVIOCGKEYCODE, WRITE, sizeof(int) * 2);