Searched refs:ABS_RY (Results 1 - 10 of 10) sorted by relevance
/third_party/libinput/src/ |
H A D | evdev-tablet-pad.c | 119 case ABS_RY: in pad_process_absolute() 310 value = pad_handle_strip(pad, device, ABS_RY); in pad_check_notify_axes() 816 ABS_RY)) in evdev_device_tablet_pad_get_num_strips()
|
H A D | evdev-tablet.c | 247 case ABS_RY: in tablet_process_absolute()
|
/third_party/libinput/test/ |
H A D | litest-device-wacom-cintiq-12wx-pen.c | 99 { ABS_RY, 0, 4096, 0, 0, 0 },
|
H A D | test-device.c | 1106 { ABS_RY, 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/FreeBSD/sys/dev/evdev/ |
H A D | input-event-codes.h | 858 #define ABS_RY 0x04 macro
|
/third_party/libinput/include/linux/linux/ |
H A D | input-event-codes.h | 815 #define ABS_RY 0x04 macro
|
/third_party/libinput/include/linux/freebsd/ |
H A D | input-event-codes.h | 815 #define ABS_RY 0x04 macro
|
/third_party/libevdev/include/linux/linux/ |
H A D | input-event-codes.h | 843 #define ABS_RY 0x04 macro
|
/third_party/libevdev/include/ |
H A D | event-names.h | 44 [ABS_RY] = "ABS_RY", 930 { .name = "ABS_RY", .value = ABS_RY },
|
Completed in 25 milliseconds