Home
last modified time | relevance | path

Searched refs:EVIOCGPHYS (Results 1 – 6 of 6) 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/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/linux/
DEventHelpers.cpp275 if (ioctl(deviceID, EVIOCGPHYS(OIS_DEVICE_PHYSICAL_LOCATION), physLoc) == -1) in getPhysicalLocation()
/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);