Home
last modified time | relevance | path

Searched refs:ABS_DISTANCE (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/input/touchscreen/
H A Dwacom_w9000.c200 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 Dstmfts.c217 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 Dinput-mt.c235 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 Dbase.py81 libevdev.EV_ABS.ABS_DISTANCE,
/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h891 #define ABS_DISTANCE 0x19
863 #define ABS_DISTANCE global() macro
/linux/include/uapi/linux/
H A Dinput-event-codes.h891 #define ABS_DISTANCE 0x19 macro
/linux/drivers/input/mouse/
H A Delan_i2c_core.c1044 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 Dcyapa.c487 input_set_abs_params(input, ABS_DISTANCE, 0, 1, 0, 0); in cyapa_create_input_dev()
/linux/Documentation/input/
H A Devent-codes.rst226 * ABS_DISTANCE:
236 hardware and is otherwise independent of ABS_DISTANCE and/or BTN_TOUCH.
/linux/drivers/hid/
H A Dhid-debug.c3519 [ABS_DISTANCE] = "Distance", [ABS_TILT_X] = "XTilt",