Searched refs:EVIOCGRAB (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/include/standard-headers/linux/ |
H A D | input.h | 183 #define EVIOCGRAB _IOW('E', 0x90, int) /* Grab/Release device */ macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | input.h | 186 #define EVIOCGRAB _IOW('E', 0x90, int) /* Grab/Release device */ macro
|
/openbmc/qemu/hw/input/ |
H A D | virtio-input-host.c | 128 rc = ioctl(vih->fd, EVIOCGRAB, 1); in virtio_input_host_realize()
|
/openbmc/qemu/contrib/vhost-user-input/ |
H A D | main.c | 344 rc = ioctl(vi.evdevfd, EVIOCGRAB, 1); in main()
|
/openbmc/qemu/ui/ |
H A D | input-linux.c | 77 rc = ioctl(il->fd, EVIOCGRAB, request); in input_linux_toggle_grab()
|
/openbmc/linux/drivers/input/ |
H A D | evdev.c | 1086 case EVIOCGRAB: in evdev_do_ioctl()
|