/third_party/libinput/test/ |
D | litest-device-wacom-cintiq-pro-16-pen.c | 32 { .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 },
|
D | litest-device-wacom-mobilestudio-pro-pad.c | 67 { ABS_Z, -2048, 2048, 0, 0, 0 },
|
D | litest-device-wacom-cintiq-13hdt-pen.c | 97 { ABS_Z, -900, 899, 0, 0, 287 },
|
D | litest-device-wacom-cintiq-24hd-pen.c | 97 { ABS_Z, -900, 899, 0, 0, 0 },
|
D | litest-device-wacom-cintiq-12wx-pen.c | 97 { ABS_Z, -900, 899, 0, 0, 0 },
|
D | litest-device-wacom-intuos5-pen.c | 97 { ABS_Z, -900, 899, 0, 0, 0 },
|
D | test-tablet.c | 2063 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()
|
D | test-utils.c | 499 EV_ABS, ABS_Z, in START_TEST()
|
D | test-device.c | 1149 { ABS_Z, 0, 10, 0, 0, 10 }, in START_TEST()
|
/third_party/libinput/src/ |
D | evdev-tablet.h | 136 case ABS_Z: in evcode_to_axis() 204 evcode = ABS_Z; in axis_to_evcode()
|
D | evdev-tablet.c | 216 case ABS_Z: in tablet_process_absolute() 609 ABS_Z); in tablet_update_artpen_rotation() 1031 ABS_Z)) in tool_set_bits()
|
D | evdev.c | 1767 libevdev_disable_event_code(evdev, EV_ABS, ABS_Z); in evdev_disable_accelerometer_axes()
|
/third_party/libinput/tools/ |
D | libinput-debug-tablet.c | 229 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/ |
D | udev-builtin-input_id.c | 171 has_3d_coordinates = has_abs_coordinates && test_bit(ABS_Z, bitmask_abs); in test_pointers()
|
/third_party/libinput/include/linux/freebsd/ |
D | input-event-codes.h | 813 #define ABS_Z 0x02 macro
|
/third_party/libevdev/include/linux/linux/ |
D | input-event-codes.h | 813 #define ABS_Z 0x02 macro
|
/third_party/libinput/include/linux/linux/ |
D | input-event-codes.h | 813 #define ABS_Z 0x02 macro
|
/third_party/FreeBSD/sys/dev/evdev/ |
D | input-event-codes.h | 827 #define ABS_Z 0x02 macro
|
/third_party/libevdev/include/ |
D | event-names.h | 42 [ABS_Z] = "ABS_Z", 916 { .name = "ABS_Z", .value = ABS_Z },
|