Searched refs:EVIOCGVERSION (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/include/standard-headers/linux/ |
H A D | input.h | 129 #define EVIOCGVERSION _IOR('E', 0x01, int) /* get driver version */ macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | input.h | 132 #define EVIOCGVERSION _IOR('E', 0x01, int) /* get driver version */ macro
|
/openbmc/qemu/hw/input/ |
H A D | virtio-input-host.c | 122 rc = ioctl(vih->fd, EVIOCGVERSION, &ver); in virtio_input_host_realize()
|
/openbmc/qemu/contrib/vhost-user-input/ |
H A D | main.c | 337 rc = ioctl(vi.evdevfd, EVIOCGVERSION, &ver); in main()
|
/openbmc/qemu/ui/ |
H A D | input-linux.c | 324 rc = ioctl(il->fd, EVIOCGVERSION, &ver); in input_linux_complete()
|
/openbmc/linux/drivers/input/ |
H A D | evdev.c | 1046 case EVIOCGVERSION: in evdev_do_ioctl()
|