Searched refs:ABS_THROTTLE (Results 1 - 12 of 12) sorted by relevance
/third_party/libinput/test/ |
H A D | litest-device-wacom-cintiq-24hdt-pad.c | 80 { ABS_THROTTLE, 0, 71, 0, 0, 0 },
|
H A D | litest-device-wacom-cintiq-13hdt-pen.c | 99 { ABS_THROTTLE, 0, 71, 0, 0, 0 },
|
H A D | litest-device-wacom-cintiq-24hd-pen.c | 99 { ABS_THROTTLE, 0, 71, 0, 0, 0 },
|
H A D | litest-device-wacom-intuos5-pen.c | 98 { ABS_THROTTLE, -1023, 1023, 0, 0, 0 },
|
H A D | test-device.c | 1107 { ABS_THROTTLE, 0, 2, 0, 0, 0 }, in START_TEST()
|
/third_party/libinput/src/ |
H A D | evdev-tablet-pad.c | 111 case ABS_THROTTLE: in pad_process_absolute() 282 value = pad_handle_ring(pad, device, ABS_THROTTLE); in pad_check_notify_axes() 797 ABS_THROTTLE)) in evdev_device_tablet_pad_get_num_rings()
|
H A D | evdev-tablet.c | 251 The 24HD sends ABS_THROTTLE on the Pad device for the second in tablet_process_absolute() 254 case ABS_THROTTLE: in tablet_process_absolute()
|
/third_party/FreeBSD/sys/dev/evdev/ |
H A D | input-event-codes.h | 860 #define ABS_THROTTLE 0x06 macro
|
/third_party/libinput/include/linux/linux/ |
H A D | input-event-codes.h | 817 #define ABS_THROTTLE 0x06 macro
|
/third_party/libinput/include/linux/freebsd/ |
H A D | input-event-codes.h | 817 #define ABS_THROTTLE 0x06 macro
|
/third_party/libevdev/include/linux/linux/ |
H A D | input-event-codes.h | 845 #define ABS_THROTTLE 0x06 macro
|
/third_party/libevdev/include/ |
H A D | event-names.h | 46 [ABS_THROTTLE] = "ABS_THROTTLE", 932 { .name = "ABS_THROTTLE", .value = ABS_THROTTLE },
|
Completed in 23 milliseconds