Home
last modified time | relevance | path

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

/qemu/include/standard-headers/linux/
H A Dinput.h183 #define EVIOCGRAB _IOW('E', 0x90, int) /* Grab/Release device */ macro
/qemu/hw/input/
H A Dvirtio-input-host.c128 rc = ioctl(vih->fd, EVIOCGRAB, 1); in virtio_input_host_realize()
/qemu/contrib/vhost-user-input/
H A Dmain.c344 rc = ioctl(vi.evdevfd, EVIOCGRAB, 1); in main()
/qemu/ui/
H A Dinput-linux.c77 rc = ioctl(il->fd, EVIOCGRAB, request); in input_linux_toggle_grab()