Home
last modified time | relevance | path

Searched refs:ABS_Z (Results 1 – 19 of 19) sorted by relevance

/third_party/libinput/test/
Dlitest-device-wacom-cintiq-pro-16-pen.c32 { .type = EV_ABS, .code = ABS_Z, .value = LITEST_AUTO_ASSIGN },
48 { .type = EV_ABS, .code = ABS_Z, .value = 0 },
63 { .type = EV_ABS, .code = ABS_Z, .value = 0 },
78 case ABS_Z: in get_axis_default()
104 { ABS_Z, -900, 899, 0, 0, 287 },
Dlitest-device-wacom-mobilestudio-pro-pad.c67 { ABS_Z, -2048, 2048, 0, 0, 0 },
Dlitest-device-wacom-cintiq-13hdt-pen.c97 { ABS_Z, -900, 899, 0, 0, 287 },
Dlitest-device-wacom-cintiq-24hd-pen.c97 { ABS_Z, -900, 899, 0, 0, 0 },
Dlitest-device-wacom-cintiq-12wx-pen.c97 { ABS_Z, -900, 899, 0, 0, 0 },
Dlitest-device-wacom-intuos5-pen.c97 { ABS_Z, -900, 899, 0, 0, 0 },
Dtest-tablet.c2063 ABS_Z)) in START_TEST()
2071 abs = libevdev_get_abs_info(dev->evdev, ABS_Z); in START_TEST()
2080 litest_event(dev, EV_ABS, ABS_Z, abs->minimum); in START_TEST()
2089 litest_event(dev, EV_ABS, ABS_Z, a); in START_TEST()
3428 ABS_Z)) in START_TEST()
3464 ABS_Z)) in START_TEST()
3469 abs = libevdev_get_abs_info(dev->evdev, ABS_Z); in START_TEST()
3478 litest_event(dev, EV_ABS, ABS_Z, abs->minimum); in START_TEST()
3486 litest_event(dev, EV_ABS, ABS_Z, a); in START_TEST()
Dtest-utils.c499 EV_ABS, ABS_Z, in START_TEST()
Dtest-device.c1149 { ABS_Z, 0, 10, 0, 0, 10 }, in START_TEST()
/third_party/libinput/src/
Devdev-tablet.h136 case ABS_Z: in evcode_to_axis()
204 evcode = ABS_Z; in axis_to_evcode()
Devdev-tablet.c216 case ABS_Z: in tablet_process_absolute()
609 ABS_Z); in tablet_update_artpen_rotation()
1031 ABS_Z)) in tool_set_bits()
Devdev.c1767 libevdev_disable_event_code(evdev, EV_ABS, ABS_Z); in evdev_disable_accelerometer_axes()
/third_party/libinput/tools/
Dlibinput-debug-tablet.c229 print_bar("ABS_Z:", ctx->abs.z, normalize(ctx->evdev, ABS_Z, ctx->abs.z)); in print_state()
441 case evbit(EV_ABS, ABS_Z): in handle_libevdev_events()
/third_party/eudev/src/udev/
Dudev-builtin-input_id.c171 has_3d_coordinates = has_abs_coordinates && test_bit(ABS_Z, bitmask_abs); in test_pointers()
/third_party/libinput/include/linux/freebsd/
Dinput-event-codes.h813 #define ABS_Z 0x02 macro
/third_party/libevdev/include/linux/linux/
Dinput-event-codes.h813 #define ABS_Z 0x02 macro
/third_party/libinput/include/linux/linux/
Dinput-event-codes.h813 #define ABS_Z 0x02 macro
/third_party/FreeBSD/sys/dev/evdev/
Dinput-event-codes.h827 #define ABS_Z 0x02 macro
/third_party/libevdev/include/
Devent-names.h42 [ABS_Z] = "ABS_Z",
916 { .name = "ABS_Z", .value = ABS_Z },