Home
last modified time | relevance | path

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

/third_party/libinput/include/linux/linux/
H A Dinput.h133 #define EVIOCGPHYS(len) _IOC(_IOC_READ, 'E', 0x07, len) /* get physical location */ macro
/third_party/libinput/include/linux/freebsd/
H A Dinput.h134 #define EVIOCGPHYS(len) _IOC(IOC_OUT, 'E', 0x07, len) /* get physical location */ macro
/third_party/libevdev/include/linux/linux/
H A Dinput.h141 #define EVIOCGPHYS(len) _IOC(_IOC_READ, 'E', 0x07, len) /* get physical location */ macro
/third_party/libevdev/libevdev/
H A Dlibevdev.c411 rc = ioctl(fd, EVIOCGPHYS(sizeof(buf) - 1), buf); in libevdev_set_fd()

Completed in 6 milliseconds