Searched refs:ABS_DISTANCE (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/input/ |
| H A D | input-mt.c | 235 test_bit(ABS_DISTANCE, dev->absbit) && in input_mt_report_pointer_emulation() 236 input_abs_get_val(dev, ABS_DISTANCE) != 0) { in input_mt_report_pointer_emulation()
|
| /linux/drivers/hid/ |
| H A D | wacom_wac.c | 407 input_report_abs(input, ABS_DISTANCE, data[6] & 0x3f); in wacom_graphire_irq() 413 input_report_abs(input, ABS_DISTANCE, rw); in wacom_graphire_irq() 424 input_report_abs(input, ABS_DISTANCE, data[7] & 0x3f); in wacom_graphire_irq() 747 input_report_abs(input, ABS_DISTANCE, 0); in wacom_exit_report() 810 input_report_abs(input, ABS_DISTANCE, wacom->features.distance_max); in wacom_intuos_inout() 904 input_report_abs(input, ABS_DISTANCE, distance); in wacom_intuos_general() 1380 input_report_abs(pen_input, ABS_DISTANCE, in wacom_intuos_pro2_bt_pen() 1383 input_report_abs(pen_input, ABS_DISTANCE, in wacom_intuos_pro2_bt_pen() 2338 wacom_map_usage(input, usage, field, EV_ABS, ABS_DISTANCE, 0); in wacom_wac_pen_usage_mapping() 3256 input_report_abs(input, ABS_DISTANCE, d); in wacom_bpt_pen() [all …]
|
| H A D | hid-debug.c | 3519 [ABS_DISTANCE] = "Distance", [ABS_TILT_X] = "XTilt",
|
| H A D | hid-input.c | 903 map_abs_clear(ABS_DISTANCE); in hidinput_configure_usage()
|
| /linux/tools/testing/selftests/hid/tests/ |
| H A D | base.py | 81 libevdev.EV_ABS.ABS_DISTANCE,
|
| /linux/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 891 #define ABS_DISTANCE 0x19 863 #define ABS_DISTANCE global() macro
|
| /linux/include/uapi/linux/ |
| H A D | input-event-codes.h | 891 #define ABS_DISTANCE 0x19 macro
|
| /linux/Documentation/input/ |
| H A D | event-codes.rst | 226 * ABS_DISTANCE: 236 hardware and is otherwise independent of ABS_DISTANCE and/or BTN_TOUCH.
|