Home
last modified time | relevance | path

Searched defs:EVIOCGPHYS (Results 1 – 2 of 2) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dinput.h124 #define EVIOCGPHYS(len) _IOC(_IOC_READ, 'E', 0x07, len) /* get physical location */ macro
/external/autotest/client/bin/input/
Dlinux_input.py101 def EVIOCGPHYS(length): function