Home
last modified time | relevance | path

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

/linux-6.15/drivers/input/
H A Dinput-mt.c227 test_bit(ABS_DISTANCE, dev->absbit) && in input_mt_report_pointer_emulation()
228 input_abs_get_val(dev, ABS_DISTANCE) != 0) { in input_mt_report_pointer_emulation()
/linux-6.15/drivers/hid/
H A Dwacom_wac.c407 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()
746 input_report_abs(input, ABS_DISTANCE, 0); in wacom_exit_report()
903 input_report_abs(input, ABS_DISTANCE, distance); in wacom_intuos_general()
1369 input_report_abs(pen_input, ABS_DISTANCE, in wacom_intuos_pro2_bt_pen()
1372 input_report_abs(pen_input, ABS_DISTANCE, in wacom_intuos_pro2_bt_pen()
3245 input_report_abs(input, ABS_DISTANCE, d); in wacom_bpt_pen()
3578 input_set_abs_params(input_dev, ABS_DISTANCE, in wacom_setup_basic_pro_pen()
3816 input_set_abs_params(input_dev, ABS_DISTANCE, 0, in wacom_setup_pen_input_capabilities()
3873 input_set_abs_params(input_dev, ABS_DISTANCE, 0, in wacom_setup_pen_input_capabilities()
[all …]
H A Dhid-debug.c3511 [ABS_DISTANCE] = "Distance", [ABS_TILT_X] = "XTilt",
/linux-6.15/drivers/input/touchscreen/
H A Dstmfts.c215 input_report_abs(sdata->input, ABS_DISTANCE, z); in stmfts_report_hover_event()
669 input_set_abs_params(sdata->input, ABS_DISTANCE, 0, 255, 0, 0); in stmfts_probe()
/linux-6.15/tools/testing/selftests/hid/tests/
H A Dbase.py80 libevdev.EV_ABS.ABS_DISTANCE,
/linux-6.15/include/uapi/linux/
H A Dinput-event-codes.h866 #define ABS_DISTANCE 0x19 macro
/linux-6.15/include/dt-bindings/input/
H A Dlinux-event-codes.h866 #define ABS_DISTANCE 0x19 macro
/linux-6.15/drivers/input/mouse/
H A Delan_i2c_core.c1002 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 Dcyapa.c488 input_set_abs_params(input, ABS_DISTANCE, 0, 1, 0, 0); in cyapa_create_input_dev()
H A Dcyapa_gen5.c2705 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()
/linux-6.15/Documentation/input/
H A Devent-codes.rst226 * ABS_DISTANCE:
236 hardware and is otherwise independent of ABS_DISTANCE and/or BTN_TOUCH.