Searched refs:EVIOCGID (Results 1 – 5 of 5) sorted by relevance
130 #define EVIOCGID _IOR('E', 0x02, struct input_id) /* get device ID */ macro
133 #define EVIOCGID _IOR('E', 0x02, struct input_id) /* get device ID */ macro
141 if (ioctl(vih->fd, EVIOCGID, &ids) == 0) { in virtio_input_host_realize()
362 if (ioctl(vi.evdevfd, EVIOCGID, &ids) == 0) { in main()
1049 case EVIOCGID: in evdev_do_ioctl()