Searched refs:EVIOCGPROP (Results 1 - 4 of 4) sorted by relevance
/third_party/libinput/include/linux/linux/ |
H A D | input.h | 135 #define EVIOCGPROP(len) _IOC(_IOC_READ, 'E', 0x09, len) /* get device properties */ macro
|
/third_party/libinput/include/linux/freebsd/ |
H A D | input.h | 136 #define EVIOCGPROP(len) _IOC(IOC_OUT, 'E', 0x09, len) /* get device properties */ macro
|
/third_party/libevdev/include/linux/linux/ |
H A D | input.h | 143 #define EVIOCGPROP(len) _IOC(_IOC_READ, 'E', 0x09, len) /* get device properties */ macro
|
/third_party/libevdev/libevdev/ |
H A D | libevdev.c | 451 rc = ioctl(fd, EVIOCGPROP(sizeof(dev->props)), dev->props); in libevdev_set_fd()
|
Completed in 6 milliseconds