Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dinput.h118 #define EVIOCGPHYS(len) _IOC(_IOC_READ, 'E', 0x07, len) /* get physical location */ macro
/external/strace/
Devdev.c396 case _IOC_NR(EVIOCGPHYS(0)): in evdev_read_ioctl()
/external/autotest/client/bin/input/
Dlinux_input.py101 def EVIOCGPHYS(length): function
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc541 unsigned IOCTL_EVIOCGPHYS = EVIOCGPHYS(0);
Dsanitizer_common_interceptors_ioctl.inc147 _(EVIOCGPHYS, WRITE, 0);