Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dinput.h105 #define EVIOCGKEYCODE _IOR('E', 0x04, unsigned int[2]) /* get keycode */ macro
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc460 unsigned IOCTL_EVIOCGKEYCODE = EVIOCGKEYCODE;
Dsanitizer_common_interceptors_ioctl.inc144 _(EVIOCGKEYCODE, WRITE, sizeof(int) * 2);
/external/strace/linux/
Dioctlent.h.in324 {"linux/input.h", "EVIOCGKEYCODE", 0x4504},