Searched refs:EVIOCGKEYCODE (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_ioctl.inc140 _(EVIOCGKEYCODE, WRITE, sizeof(int) * 2);
H A Dsanitizer_platform_limits_posix.cc343 unsigned IOCTL_EVIOCGKEYCODE = EVIOCGKEYCODE;
/external/kernel-headers/original/linux/
H A Dinput.h79 * struct input_keymap_entry - used by EVIOCGKEYCODE/EVIOCSKEYCODE ioctls
90 * in keymap entry. EVIOCGKEYCODE will also return scancode or index
107 #define EVIOCGKEYCODE _IOR('E', 0x04, unsigned int[2]) /* get keycode */ macro

Completed in 75 milliseconds