Home
last modified time | relevance | path

Searched refs:ABS_WHEEL (Results 1 - 21 of 21) sorted by relevance

/third_party/libinput/test/
H A Dlitest-device-wacom-mobilestudio-pro-pad.c38 { .type = EV_ABS, .code = ABS_WHEEL, .value = LITEST_AUTO_ASSIGN },
45 { .type = EV_ABS, .code = ABS_WHEEL, .value = LITEST_AUTO_ASSIGN },
51 { .type = EV_ABS, .code = ABS_WHEEL, .value = 0 },
68 { ABS_WHEEL, 0, 35, 0, 0, 0 },
H A Dlitest-device-wacom-intuos5-pad.c38 { .type = EV_ABS, .code = ABS_WHEEL, .value = LITEST_AUTO_ASSIGN },
45 { .type = EV_ABS, .code = ABS_WHEEL, .value = LITEST_AUTO_ASSIGN },
51 { .type = EV_ABS, .code = ABS_WHEEL, .value = 0 },
68 { ABS_WHEEL, 0, 71, 0, 0, 0 },
H A Dlitest-device-wacom-cintiq-24hdt-pad.c49 { .type = EV_ABS, .code = ABS_WHEEL, .value = LITEST_AUTO_ASSIGN },
56 { .type = EV_ABS, .code = ABS_WHEEL, .value = LITEST_AUTO_ASSIGN },
62 { .type = EV_ABS, .code = ABS_WHEEL, .value = 0 },
79 { ABS_WHEEL, 0, 71, 0, 0, 0 },
H A Dlitest-device-wacom-ekr.c38 { .type = EV_ABS, .code = ABS_WHEEL, .value = LITEST_AUTO_ASSIGN },
45 { .type = EV_ABS, .code = ABS_WHEEL, .value = LITEST_AUTO_ASSIGN },
51 { .type = EV_ABS, .code = ABS_WHEEL, .value = 0 },
68 { ABS_WHEEL, 0, 71, 0, 0, 0 },
H A Dlitest-device-wacom-cintiq-13hdt-pad.c38 { .type = EV_ABS, .code = ABS_WHEEL, .value = LITEST_AUTO_ASSIGN },
45 { .type = EV_ABS, .code = ABS_WHEEL, .value = LITEST_AUTO_ASSIGN },
51 { .type = EV_ABS, .code = ABS_WHEEL, .value = 0 },
67 { ABS_WHEEL, 0, 71, 0, 0, 0 },
H A Dlitest-device-wacom-cintiq-pro-16-pen.c33 { .type = EV_ABS, .code = ABS_WHEEL, .value = 0 },
49 { .type = EV_ABS, .code = ABS_WHEEL, .value = 0 },
64 { .type = EV_ABS, .code = ABS_WHEEL, .value = 0 },
105 { ABS_WHEEL, 0, 2047, 0, 0, 0 },
H A Dlitest-device-aiptek-tablet.c76 { ABS_WHEEL, 0, 1023, 0, 0, 0 }, /* mute axis */
H A Dlitest-device-wacom-cintiq-13hdt-pen.c98 { ABS_WHEEL, 0, 1023, 0, 0, 0 },
H A Dlitest-device-wacom-cintiq-24hd-pen.c98 { ABS_WHEEL, 0, 1023, 0, 0, 0 },
H A Dlitest-device-wacom-intuos5-pen.c99 { ABS_WHEEL, 0, 1023, 0, 0, 0 },
H A Dlitest-device-wacom-cintiq-12wx-pen.c100 { ABS_WHEEL, 0, 1023, 0, 0, 0 },
H A Dtest-pad.c419 min = libevdev_get_abs_minimum(dev->evdev, ABS_WHEEL); in START_TEST()
420 max = libevdev_get_abs_maximum(dev->evdev, ABS_WHEEL); in START_TEST()
H A Dtest-tablet.c3432 abs = libevdev_get_abs_info(dev->evdev, ABS_WHEEL); in START_TEST()
3440 litest_event(dev, EV_ABS, ABS_WHEEL, 10); in START_TEST()
3447 litest_event(dev, EV_ABS, ABS_WHEEL, v); in START_TEST()
/third_party/libinput/src/
H A Devdev-tablet.h152 case ABS_WHEEL: in evcode_to_axis()
208 evcode = ABS_WHEEL; in axis_to_evcode()
H A Devdev-tablet-pad.c107 case ABS_WHEEL: in pad_process_absolute()
268 value = pad_handle_ring(pad, device, ABS_WHEEL); in pad_check_notify_axes()
793 if (libevdev_has_event_code(device->evdev, EV_ABS, ABS_WHEEL)) { in evdev_device_tablet_pad_get_num_rings()
H A Devdev-tablet.c222 case ABS_WHEEL: in tablet_process_absolute()
564 if (!libevdev_has_event_code(device->evdev, EV_ABS, ABS_WHEEL)) in tablet_update_slider()
569 absinfo = libevdev_get_abs_info(device->evdev, ABS_WHEEL); in tablet_update_slider()
/third_party/FreeBSD/sys/dev/evdev/
H A Dinput-event-codes.h862 #define ABS_WHEEL 0x08 macro
/third_party/libinput/include/linux/linux/
H A Dinput-event-codes.h819 #define ABS_WHEEL 0x08 macro
/third_party/libinput/include/linux/freebsd/
H A Dinput-event-codes.h819 #define ABS_WHEEL 0x08 macro
/third_party/libevdev/include/linux/linux/
H A Dinput-event-codes.h847 #define ABS_WHEEL 0x08 macro
/third_party/libevdev/include/
H A Devent-names.h48 [ABS_WHEEL] = "ABS_WHEEL",
937 { .name = "ABS_WHEEL", .value = ABS_WHEEL },

Completed in 27 milliseconds