Home
last modified time | relevance | path

Searched refs:EVIOCGVERSION (Results 1 – 4 of 4) sorted by relevance

/qemu/include/standard-headers/linux/
H A Dinput.h129 #define EVIOCGVERSION _IOR('E', 0x01, int) /* get driver version */ macro
/qemu/hw/input/
H A Dvirtio-input-host.c122 rc = ioctl(vih->fd, EVIOCGVERSION, &ver); in virtio_input_host_realize()
/qemu/contrib/vhost-user-input/
H A Dmain.c337 rc = ioctl(vi.evdevfd, EVIOCGVERSION, &ver); in main()
/qemu/ui/
H A Dinput-linux.c324 rc = ioctl(il->fd, EVIOCGVERSION, &ver); in input_linux_complete()