Searched refs:EVIOCGUNIQ (Results 1 - 4 of 4) sorted by relevance
/third_party/libinput/include/linux/linux/ |
H A D | input.h | 134 #define EVIOCGUNIQ(len) _IOC(_IOC_READ, 'E', 0x08, len) /* get unique identifier */ macro
|
/third_party/libinput/include/linux/freebsd/ |
H A D | input.h | 135 #define EVIOCGUNIQ(len) _IOC(IOC_OUT, 'E', 0x08, len) /* get unique identifier */ macro
|
/third_party/libevdev/include/linux/linux/ |
H A D | input.h | 142 #define EVIOCGUNIQ(len) _IOC(_IOC_READ, 'E', 0x08, len) /* get unique identifier */ macro
|
/third_party/libevdev/libevdev/ |
H A D | libevdev.c | 427 rc = ioctl(fd, EVIOCGUNIQ(sizeof(buf) - 1), buf); in libevdev_set_fd()
|
Completed in 6 milliseconds