Home
last modified time | relevance | path

Searched refs:EVIOCGID (Results 1 – 3 of 3) sorted by relevance

/qemu/include/standard-headers/linux/
H A Dinput.h130 #define EVIOCGID _IOR('E', 0x02, struct input_id) /* get device ID */ macro
/qemu/hw/input/
H A Dvirtio-input-host.c141 if (ioctl(vih->fd, EVIOCGID, &ids) == 0) { in virtio_input_host_realize()
/qemu/contrib/vhost-user-input/
H A Dmain.c362 if (ioctl(vi.evdevfd, EVIOCGID, &ids) == 0) { in main()