Searched refs:ABS_DISTANCE (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/input/touchscreen/ |
| H A D | wacom_w9000.c | 200 input_report_abs(wacom_data->input_dev, ABS_DISTANCE, distance); in wacom_w9000_coord() 211 input_report_abs(wacom_data->input_dev, ABS_DISTANCE, 255); in wacom_w9000_coord() 346 input_set_abs_params(input_dev, ABS_DISTANCE, 0, 255, 0, 0); in wacom_w9000_probe()
|
| H A D | stmfts.c | 217 input_report_abs(sdata->input, ABS_DISTANCE, z); in stmfts_report_hover_event() 717 input_set_abs_params(sdata->input, ABS_DISTANCE, 0, 255, 0, 0); in stmfts_probe()
|
| /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/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/drivers/input/mouse/ |
| H A D | elan_i2c_core.c | 1044 input_report_abs(input, ABS_DISTANCE, hover_event != 0); in elan_report_absolute() 1198 input_set_abs_params(input, ABS_DISTANCE, 0, 1, 0, 0); in elan_setup_input_device()
|
| 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.
|
| /linux/drivers/hid/ |
| H A D | hid-debug.c | 3519 [ABS_DISTANCE] = "Distance", [ABS_TILT_X] = "XTilt",
|