Searched refs:EVIOCGPHYS (Results 1 – 3 of 3) sorted by relevance
26 #define EVIOCGPHYS(len) _IOC(_IOC_READ, 'E', 0x07, len) /* get physical location */ macro
329 if(ioctl(fd, EVIOCGPHYS(sizeof(location) - 1), &location) < 1) { in open_device()
48 if(ioctl(fd, EVIOCGPHYS(sizeof(location) - 1), &location) < 1) { in open_device()