Home
last modified time | relevance | path

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

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