Home
last modified time | relevance | path

Searched refs:ABS_RX (Results 1 – 13 of 13) sorted by relevance

/third_party/libinput/test/
Dlitest-device-wacom-intuos3-pad.c38 { .type = EV_ABS, .code = ABS_RX, .value = LITEST_AUTO_ASSIGN },
45 { .type = EV_ABS, .code = ABS_RX, .value = LITEST_AUTO_ASSIGN },
51 { .type = EV_ABS, .code = ABS_RX, .value = 0 },
68 { ABS_RX, 0, 4096, 0, 0, 0 },
Dlitest-device-wacom-cintiq-12wx-pen.c98 { ABS_RX, 0, 4096, 0, 0, 0 },
Dtest-device.c1105 { ABS_RX, 0, 10, 0, 0, 10 }, in START_TEST()
Dlitest.c2817 if (ev->code == ABS_RX || ev->code == ABS_RY) { in auto_assign_pad_value()
/third_party/libinput/src/
Devdev-tablet-pad.c114 case ABS_RX: in pad_process_absolute()
295 value = pad_handle_strip(pad, device, ABS_RX); in pad_check_notify_axes()
800 if (libevdev_has_event_code(device->evdev, EV_ABS, ABS_RX)) { in evdev_device_tablet_pad_get_num_strips()
Devdev-tablet.c245 case ABS_RX: in tablet_process_absolute()
/third_party/eudev/src/udev/
Dudev-builtin-input_id.c212 for (axis = ABS_RX; axis < ABS_PRESSURE && !has_joystick_axes_or_buttons; axis++) in test_pointers()
/third_party/libinput/include/linux/freebsd/
Dinput-event-codes.h814 #define ABS_RX 0x03 macro
/third_party/libevdev/include/linux/linux/
Dinput-event-codes.h814 #define ABS_RX 0x03 macro
/third_party/libinput/include/linux/linux/
Dinput-event-codes.h814 #define ABS_RX 0x03 macro
/third_party/FreeBSD/sys/dev/evdev/
Dinput-event-codes.h828 #define ABS_RX 0x03 macro
/third_party/flutter/skia/third_party/externals/sdl/src/core/linux/
DSDL_udev.c360 test_bit(ABS_RX, bitmask_abs) || in guess_device_class()
/third_party/libevdev/include/
Devent-names.h43 [ABS_RX] = "ABS_RX",
905 { .name = "ABS_RX", .value = ABS_RX },