Home
last modified time | relevance | path

Searched refs:ABS_RX (Results 1 - 12 of 12) sorted by relevance

/third_party/libinput/test/
H A 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 },
H A Dlitest-device-wacom-cintiq-12wx-pen.c98 { ABS_RX, 0, 4096, 0, 0, 0 },
H A Dtest-device.c1105 { ABS_RX, 0, 10, 0, 0, 10 }, in START_TEST()
H A Dlitest.c2910 if (ev->code == ABS_RX || ev->code == ABS_RY) { in auto_assign_pad_value()
/third_party/libinput/src/
H A Devdev-tablet-pad.c115 case ABS_RX: in pad_process_absolute()
296 value = pad_handle_strip(pad, device, ABS_RX); in pad_check_notify_axes()
812 if (libevdev_has_event_code(device->evdev, EV_ABS, ABS_RX)) { in evdev_device_tablet_pad_get_num_strips()
H A Devdev-tablet.c246 case ABS_RX: in tablet_process_absolute()
/third_party/eudev/src/udev/
H A Dudev-builtin-input_id.c212 for (axis = ABS_RX; axis < ABS_PRESSURE && !has_joystick_axes_or_buttons; axis++) in test_pointers()
/third_party/FreeBSD/sys/dev/evdev/
H A Dinput-event-codes.h857 #define ABS_RX 0x03 macro
/third_party/libinput/include/linux/linux/
H A Dinput-event-codes.h814 #define ABS_RX 0x03 macro
/third_party/libinput/include/linux/freebsd/
H A Dinput-event-codes.h814 #define ABS_RX 0x03 macro
/third_party/libevdev/include/linux/linux/
H A Dinput-event-codes.h842 #define ABS_RX 0x03 macro
/third_party/libevdev/include/
H A Devent-names.h43 [ABS_RX] = "ABS_RX",
929 { .name = "ABS_RX", .value = ABS_RX },

Completed in 25 milliseconds