Home
last modified time | relevance | path

Searched refs:EVIOCGPROP (Results 1 - 4 of 4) sorted by relevance

/third_party/libinput/include/linux/linux/
H A Dinput.h135 #define EVIOCGPROP(len) _IOC(_IOC_READ, 'E', 0x09, len) /* get device properties */ macro
/third_party/libinput/include/linux/freebsd/
H A Dinput.h136 #define EVIOCGPROP(len) _IOC(IOC_OUT, 'E', 0x09, len) /* get device properties */ macro
/third_party/libevdev/include/linux/linux/
H A Dinput.h143 #define EVIOCGPROP(len) _IOC(_IOC_READ, 'E', 0x09, len) /* get device properties */ macro
/third_party/libevdev/libevdev/
H A Dlibevdev.c451 rc = ioctl(fd, EVIOCGPROP(sizeof(dev->props)), dev->props); in libevdev_set_fd()

Completed in 6 milliseconds