Searched refs:EVIOCGPHYS (Results 1 - 4 of 4) sorted by relevance
/third_party/libinput/include/linux/linux/ |
H A D | input.h | 133 #define EVIOCGPHYS(len) _IOC(_IOC_READ, 'E', 0x07, len) /* get physical location */ macro
|
/third_party/libinput/include/linux/freebsd/ |
H A D | input.h | 134 #define EVIOCGPHYS(len) _IOC(IOC_OUT, 'E', 0x07, len) /* get physical location */ macro
|
/third_party/libevdev/include/linux/linux/ |
H A D | input.h | 141 #define EVIOCGPHYS(len) _IOC(_IOC_READ, 'E', 0x07, len) /* get physical location */ macro
|
/third_party/libevdev/libevdev/ |
H A D | libevdev.c | 411 rc = ioctl(fd, EVIOCGPHYS(sizeof(buf) - 1), buf); in libevdev_set_fd()
|
Completed in 6 milliseconds