Searched refs:EVIOCGMTSLOTS (Results 1 - 4 of 4) sorted by relevance
/third_party/libinput/include/linux/linux/ |
H A D | input.h | 138 * EVIOCGMTSLOTS(len) - get MT slot values 161 #define EVIOCGMTSLOTS(len) _IOC(_IOC_READ, 'E', 0x0a, len) macro
|
/third_party/libinput/include/linux/freebsd/ |
H A D | input.h | 139 * EVIOCGMTSLOTS(len) - get MT slot values 162 #define EVIOCGMTSLOTS(len) _IOC(IOC_INOUT, 'E', 0x0a, len) macro
|
/third_party/libevdev/include/linux/linux/ |
H A D | input.h | 146 * EVIOCGMTSLOTS(len) - get MT slot values 169 #define EVIOCGMTSLOTS(len) _IOC(_IOC_READ, 'E', 0x0a, len) macro
|
/third_party/libevdev/libevdev/ |
H A D | libevdev.c | 674 /* EVIOCGMTSLOTS required format */ in sync_mt_state() 685 rc = ioctl(dev->fd, EVIOCGMTSLOTS(sizeof(mt_state)), &mt_state); in sync_mt_state()
|
Completed in 5 milliseconds