Searched refs:EVIOCGKEY (Results 1 - 4 of 4) sorted by relevance
/third_party/libinput/include/linux/linux/ |
H A D | input.h | 163 #define EVIOCGKEY(len) _IOC(_IOC_READ, 'E', 0x18, len) /* get global key state */ macro
|
/third_party/libinput/include/linux/freebsd/ |
H A D | input.h | 164 #define EVIOCGKEY(len) _IOC(IOC_OUT, 'E', 0x18, len) /* get global key state */ macro
|
/third_party/libevdev/include/linux/linux/ |
H A D | input.h | 171 #define EVIOCGKEY(len) _IOC(_IOC_READ, 'E', 0x18, len) /* get global key state */ macro
|
/third_party/libevdev/libevdev/ |
H A D | libevdev.c | 487 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