Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dinput.h114 #define EVIOCSKEYCODE _IOW('E', 0x04, unsigned int[2]) /* set keycode */ macro
/external/strace/
Devdev.c439 case EVIOCSKEYCODE: in evdev_write_ioctl()
/external/autotest/client/bin/input/
Dlinux_input.py95 EVIOCSKEYCODE = IOW('E', 0x04, '2I') # set keycode variable
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc551 unsigned IOCTL_EVIOCSKEYCODE = EVIOCSKEYCODE;
Dsanitizer_common_interceptors_ioctl.inc157 _(EVIOCSKEYCODE, READ, sizeof(int) * 2);