Searched refs:ABS_DISTANCE (Results 1 – 13 of 13) 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/drivers/input/touchscreen/ |
| H A D | stmfts.c | 215 input_report_abs(sdata->input, ABS_DISTANCE, z); in stmfts_report_hover_event() 666 input_set_abs_params(sdata->input, ABS_DISTANCE, 0, 255, 0, 0); in stmfts_probe()
|
| /linux/tools/testing/selftests/hid/tests/ |
| H A D | base.py | 81 libevdev.EV_ABS.ABS_DISTANCE,
|
| H A D | test_tablet.py | 895 assert evdev.value[libevdev.EV_ABS.ABS_DISTANCE] == -1
|
| /linux/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 891 #define ABS_DISTANCE 0x19 887 #define ABS_DISTANCE global() macro
|
| /linux/include/uapi/linux/ |
| H A D | input-event-codes.h | 891 #define ABS_DISTANCE 0x19 macro
|
| /linux/drivers/input/mouse/ |
| H A D | elan_i2c_core.c | 1002 input_report_abs(input, ABS_DISTANCE, hover_event != 0); in elan_report_absolute() 1156 input_set_abs_params(input, ABS_DISTANCE, 0, 1, 0, 0); in elan_setup_input_device()
|
| H A D | cyapa_gen5.c | 2705 input_report_abs(input, ABS_DISTANCE, distance); in cyapa_pip_report_proximity() 2730 input_report_abs(input, ABS_DISTANCE, 0); in cyapa_pip_report_slot_data()
|
| H A D | cyapa.c | 487 input_set_abs_params(input, ABS_DISTANCE, 0, 1, 0, 0); in cyapa_create_input_dev()
|
| /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.
|