Home
last modified time | relevance | path

Searched refs:ABS_TILT_X (Results 1 - 19 of 19) sorted by relevance

/third_party/libinput/test/
H A Dlitest-device-wacom-cintiq-13hdt-pen.c34 { .type = EV_ABS, .code = ABS_TILT_X, .value = LITEST_AUTO_ASSIGN },
47 { .type = EV_ABS, .code = ABS_TILT_X, .value = 0 },
61 { .type = EV_ABS, .code = ABS_TILT_X, .value = LITEST_AUTO_ASSIGN },
72 case ABS_TILT_X: in get_axis_default()
102 { ABS_TILT_X, -64, 63, 1, 0, 57 },
H A Dlitest-device-wacom-cintiq-24hd-pen.c34 { .type = EV_ABS, .code = ABS_TILT_X, .value = LITEST_AUTO_ASSIGN },
47 { .type = EV_ABS, .code = ABS_TILT_X, .value = 0 },
61 { .type = EV_ABS, .code = ABS_TILT_X, .value = LITEST_AUTO_ASSIGN },
72 case ABS_TILT_X: in get_axis_default()
102 { ABS_TILT_X, -64, 63, 0, 0, 57 },
H A Dlitest-device-wacom-intuos5-pen.c34 { .type = EV_ABS, .code = ABS_TILT_X, .value = LITEST_AUTO_ASSIGN },
47 { .type = EV_ABS, .code = ABS_TILT_X, .value = 0 },
61 { .type = EV_ABS, .code = ABS_TILT_X, .value = LITEST_AUTO_ASSIGN },
72 case ABS_TILT_X: in get_axis_default()
102 { ABS_TILT_X, 0, 127, 0, 0, 0 },
H A Dlitest-device-wacom-cintiq-pro-16-pen.c36 { .type = EV_ABS, .code = ABS_TILT_X, .value = LITEST_AUTO_ASSIGN },
51 { .type = EV_ABS, .code = ABS_TILT_X, .value = 0 },
67 { .type = EV_ABS, .code = ABS_TILT_X, .value = LITEST_AUTO_ASSIGN },
79 case ABS_TILT_X: in get_axis_default()
108 { ABS_TILT_X, -64, 63, 1, 0, 57 },
H A Dlitest-device-wacom-cintiq-12wx-pen.c34 { .type = EV_ABS, .code = ABS_TILT_X, .value = LITEST_AUTO_ASSIGN },
47 { .type = EV_ABS, .code = ABS_TILT_X, .value = 0 },
61 { .type = EV_ABS, .code = ABS_TILT_X, .value = LITEST_AUTO_ASSIGN },
72 case ABS_TILT_X: in get_axis_default()
103 { ABS_TILT_X, 0, 127, 0, 0, 0 },
H A Dlitest-device-waltop-tablet.c32 { .type = EV_ABS, .code = ABS_TILT_X, .value = LITEST_AUTO_ASSIGN },
43 { .type = EV_ABS, .code = ABS_TILT_X, .value = 0 },
54 { .type = EV_ABS, .code = ABS_TILT_X, .value = LITEST_AUTO_ASSIGN },
64 case ABS_TILT_X: in get_axis_default()
87 { ABS_TILT_X, -127, 127, 0, 0, 0 },
H A Dlitest-device-wacom-isdv4-4200-pen.c59 case ABS_TILT_X: in get_axis_default()
78 { ABS_TILT_X, -9000, 9000, 0, 0, 5730 },
H A Dlitest-device-wacom-isdv4-524c-pen.c70 case ABS_TILT_X: in get_axis_default()
133 { ABS_TILT_X, -90, 90, 0, 0, 57 },
H A Dlitest-device-aiptek-tablet.c78 { ABS_TILT_X, -128, 127, 0, 0, 0 }, /* mute axis */
H A Dtest-tablet.c1182 { ABS_TILT_X, 10 }, in START_TEST()
1233 litest_axis_set_value(axes, ABS_TILT_X, 15); in START_TEST()
1966 { ABS_TILT_X, 90 }, in START_TEST()
2005 abs = libevdev_get_abs_info(dev->evdev, ABS_TILT_X); in rotate_event()
2016 litest_event(dev, EV_ABS, ABS_TILT_X, x); in rotate_event()
2044 { ABS_TILT_X, 0 }, in START_TEST()
2826 { ABS_TILT_X, 0 }, in START_TEST()
2912 { ABS_TILT_X, 0 }, in START_TEST()
3261 { ABS_TILT_X, 0 }, in START_TEST()
4249 { ABS_TILT_X, 8 in START_TEST()
[all...]
H A Dtest-utils.c574 { "+ABS_TILT_X;-ABS_TILT_Y;", true, 2, in START_TEST()
575 {{ .type = EV_ABS, .code = ABS_TILT_X, .value = 1 }, in START_TEST()
/third_party/libinput/src/
H A Devdev-tablet.h146 case ABS_TILT_X: in evcode_to_axis()
199 evcode = ABS_TILT_X; in axis_to_evcode()
H A Devdev-tablet.c154 ABS_TILT_X) && in tablet_device_has_axis()
219 case ABS_TILT_X: in tablet_process_absolute()
580 if (!libevdev_has_event_code(device->evdev, EV_ABS, ABS_TILT_X) || in tablet_update_tilt()
591 absinfo = libevdev_get_abs_info(device->evdev, ABS_TILT_X); in tablet_update_tilt()
1031 * BTN_TOOL_MOUSE+ABS_TILT_X/Y. Aiptek tablets have in tool_set_bits()
/third_party/libinput/tools/
H A Dlibinput-debug-tablet.c232 print_bar("ABS_TILT_X:", ctx->abs.tilt_x, normalize(ctx->evdev, ABS_TILT_X, ctx->abs.tilt_x)); in print_state()
448 case evbit(EV_ABS, ABS_TILT_X): in handle_libevdev_events()
/third_party/FreeBSD/sys/dev/evdev/
H A Dinput-event-codes.h875 #define ABS_TILT_X 0x1a macro
/third_party/libinput/include/linux/linux/
H A Dinput-event-codes.h832 #define ABS_TILT_X 0x1a macro
/third_party/libinput/include/linux/freebsd/
H A Dinput-event-codes.h832 #define ABS_TILT_X 0x1a macro
/third_party/libevdev/include/linux/linux/
H A Dinput-event-codes.h860 #define ABS_TILT_X 0x1a macro
/third_party/libevdev/include/
H A Devent-names.h61 [ABS_TILT_X] = "ABS_TILT_X",
933 { .name = "ABS_TILT_X", .value = ABS_TILT_X },

Completed in 27 milliseconds