Home
last modified time | relevance | path

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

/third_party/libinput/include/linux/linux/
H A Dinput.h163 #define EVIOCGKEY(len) _IOC(_IOC_READ, 'E', 0x18, len) /* get global key state */ macro
/third_party/libinput/include/linux/freebsd/
H A Dinput.h164 #define EVIOCGKEY(len) _IOC(IOC_OUT, 'E', 0x18, len) /* get global key state */ macro
/third_party/libevdev/include/linux/linux/
H A Dinput.h171 #define EVIOCGKEY(len) _IOC(_IOC_READ, 'E', 0x18, len) /* get global key state */ macro
/third_party/libevdev/libevdev/
H A Dlibevdev.c487 rc = ioctl(fd, EVIOCGKEY(sizeof(dev->key_values)), dev->key_values); in libevdev_set_fd()
563 rc = ioctl(dev->fd, EVIOCGKEY(sizeof(keystate)), keystate); in sync_key_state()

Completed in 6 milliseconds