Home
last modified time | relevance | path

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

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