Home
last modified time | relevance | path

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

/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/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()
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 Dhid-debug.c3519 [ABS_DISTANCE] = "Distance", [ABS_TILT_X] = "XTilt",
H A Dhid-input.c903 map_abs_clear(ABS_DISTANCE); in hidinput_configure_usage()
/linux/drivers/input/touchscreen/
H A Dstmfts.c215 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 Dbase.py81 libevdev.EV_ABS.ABS_DISTANCE,
H A Dtest_tablet.py895 assert evdev.value[libevdev.EV_ABS.ABS_DISTANCE] == -1
/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h891 #define ABS_DISTANCE 0x19
887 #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.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_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()
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.