Searched refs:ABS_RX (Results 1 - 12 of 12) sorted by relevance
/third_party/libinput/test/ |
H A D | litest-device-wacom-intuos3-pad.c | 38 { .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 D | litest-device-wacom-cintiq-12wx-pen.c | 98 { ABS_RX, 0, 4096, 0, 0, 0 },
|
H A D | test-device.c | 1105 { ABS_RX, 0, 10, 0, 0, 10 }, in START_TEST()
|
H A D | litest.c | 2910 if (ev->code == ABS_RX || ev->code == ABS_RY) { in auto_assign_pad_value()
|
/third_party/libinput/src/ |
H A D | evdev-tablet-pad.c | 115 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 D | evdev-tablet.c | 246 case ABS_RX: in tablet_process_absolute()
|
/third_party/eudev/src/udev/ |
H A D | udev-builtin-input_id.c | 212 for (axis = ABS_RX; axis < ABS_PRESSURE && !has_joystick_axes_or_buttons; axis++) in test_pointers()
|
/third_party/FreeBSD/sys/dev/evdev/ |
H A D | input-event-codes.h | 857 #define ABS_RX 0x03 macro
|
/third_party/libinput/include/linux/linux/ |
H A D | input-event-codes.h | 814 #define ABS_RX 0x03 macro
|
/third_party/libinput/include/linux/freebsd/ |
H A D | input-event-codes.h | 814 #define ABS_RX 0x03 macro
|
/third_party/libevdev/include/linux/linux/ |
H A D | input-event-codes.h | 842 #define ABS_RX 0x03 macro
|
/third_party/libevdev/include/ |
H A D | event-names.h | 43 [ABS_RX] = "ABS_RX", 929 { .name = "ABS_RX", .value = ABS_RX },
|
Completed in 25 milliseconds