Searched refs:EVIOCGABS (Results 1 - 7 of 7) sorted by relevance
/third_party/eudev/src/udev/ |
H A D | udev-builtin-input_id.c | 70 if (ioctl(fd, EVIOCGABS(ABS_X), &xabsinfo) < 0 || in extract_info() 71 ioctl(fd, EVIOCGABS(ABS_Y), &yabsinfo) < 0) in extract_info()
|
H A D | udev-builtin-keyboard.c | 127 rc = ioctl(fd, EVIOCGABS(evcode), &absinfo); in override_abs() 129 log_error_errno(errno, "Unable to EVIOCGABS device \"%s\"", devnode); in override_abs()
|
/third_party/glfw/src/ |
H A D | linux_joystick.c | 116 if (ioctl(js->linjs.fd, EVIOCGABS(code), info) < 0) in pollAbsState() 217 if (ioctl(linjs.fd, EVIOCGABS(code), &linjs.absInfo[code]) < 0) in openJoystickDevice()
|
/third_party/libinput/include/linux/linux/ |
H A D | input.h | 60 * struct input_absinfo - used by EVIOCGABS/EVIOCSABS ioctls 169 #define EVIOCGABS(abs) _IOR('E', 0x40 + (abs), struct input_absinfo) /* get abs value/limits */ macro
|
/third_party/libinput/include/linux/freebsd/ |
H A D | input.h | 61 * struct input_absinfo - used by EVIOCGABS/EVIOCSABS ioctls 170 #define EVIOCGABS(abs) _IOR('E', 0x40 + (abs), struct input_absinfo) /* get abs value/limits */ macro
|
/third_party/libevdev/include/linux/linux/ |
H A D | input.h | 65 * struct input_absinfo - used by EVIOCGABS/EVIOCSABS ioctls 177 #define EVIOCGABS(abs) _IOR('E', 0x40 + (abs), struct input_absinfo) /* get abs value/limits */ macro
|
/third_party/libevdev/libevdev/ |
H A D | libevdev.c | 511 rc = ioctl(fd, EVIOCGABS(i), &abs_info); in libevdev_set_fd() 649 rc = ioctl(dev->fd, EVIOCGABS(i), &abs_info); in sync_abs_state() 831 rc = ioctl(dev->fd, EVIOCGABS(ABS_MT_SLOT), &abs_info); in push_mt_sync_events()
|
Completed in 8 milliseconds