Searched refs:EVIOCGID (Results 1 – 4 of 4) sorted by relevance
21 #define EVIOCGID _IOR('E', 0x02, struct input_id) /* get device ID */ macro
24 #define EVIOCGID _IOR('E', 0x02, struct input_id) /* get device ID */ macro
144 if(ioctl(fd, EVIOCGID, &id)) { in open_device()
38 if(ioctl(fd, EVIOCGID, &id)) { in open_device()