Home
last modified time | relevance | path

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

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