Home
last modified time | relevance | path

Searched refs:EVIOCGKEY (Results 1 – 2 of 2) sorted by relevance

/qemu/include/standard-headers/linux/
H A Dinput.h170 #define EVIOCGKEY(len) _IOC(_IOC_READ, 'E', 0x18, len) /* get global key state */ macro
/qemu/ui/
H A Dinput-linux.c379 rc = ioctl(il->fd, EVIOCGKEY(sizeof(keystate)), keystate); in input_linux_complete()