Searched refs:EVIOCGPHYS (Results 1 – 6 of 6) sorted by relevance
118 #define EVIOCGPHYS(len) _IOC(_IOC_READ, 'E', 0x07, len) /* get physical location */ macro
275 if (ioctl(deviceID, EVIOCGPHYS(OIS_DEVICE_PHYSICAL_LOCATION), physLoc) == -1) in getPhysicalLocation()
396 case _IOC_NR(EVIOCGPHYS(0)): in evdev_read_ioctl()
101 def EVIOCGPHYS(length): function
541 unsigned IOCTL_EVIOCGPHYS = EVIOCGPHYS(0);
147 _(EVIOCGPHYS, WRITE, 0);