Home
last modified time | relevance | path

Searched refs:EVIOCGID (Results 1 – 7 of 7) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dinput.h108 #define EVIOCGID _IOR('E', 0x02, struct input_id) /* get device ID */ macro
/external/strace/
Devdev.c376 case EVIOCGID: in evdev_read_ioctl()
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c404 ioctl(fd, EVIOCGID, id); in do_evtest_dumpall()
/external/autotest/client/bin/input/
Dlinux_input.py89 EVIOCGID = IOR('E', 0x02, input_id_t) # get device ID variable
Dinput_device.py216 fcntl.ioctl(self.f, EVIOCGID, gid, 1)
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc536 unsigned IOCTL_EVIOCGID = EVIOCGID;
Dsanitizer_common_interceptors_ioctl.inc142 _(EVIOCGID, WRITE, struct_input_id_sz);