Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dinput.h106 #define EVIOCGKEYCODE_V2 _IOR('E', 0x04, struct input_keymap_entry) macro
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc753 unsigned IOCTL_EVIOCGKEYCODE_V2 = EVIOCGKEYCODE_V2;
Dsanitizer_common_interceptors_ioctl.inc378 _(EVIOCGKEYCODE_V2, WRITE, struct_input_keymap_entry_sz);
/external/strace/linux/
Dioctlent.h.in325 {"linux/input.h", "EVIOCGKEYCODE_V2", 0x4504},