Home
last modified time | relevance | path

Searched refs:ABS_MT_PRESSURE (Results 1 – 25 of 26) sorted by relevance

12

/linux/drivers/input/
H A Dinput-mt.c68 copy_abs(dev, ABS_PRESSURE, ABS_MT_PRESSURE); in input_mt_init_slots()
220 if (test_bit(ABS_MT_PRESSURE, dev->absbit)) { in input_mt_report_pointer_emulation()
221 p = input_mt_get_value(ps, ABS_MT_PRESSURE); in input_mt_report_pointer_emulation()
256 if (test_bit(ABS_MT_PRESSURE, dev->absbit)) in input_mt_report_pointer_emulation()
259 if (test_bit(ABS_MT_PRESSURE, dev->absbit)) in input_mt_report_pointer_emulation()
/linux/drivers/input/touchscreen/
H A Dmms114.c188 input_report_abs(input_dev, ABS_MT_PRESSURE, touch->strength); in mms114_process_mt()
547 input_set_abs_params(input_dev, ABS_MT_PRESSURE, 0, 255, 0, 0); in mms114_probe()
574 ABS_MT_PRESSURE); in mms114_probe()
577 input_abs_set_fuzz(input_dev, ABS_MT_PRESSURE, 0); in mms114_probe()
H A Dsis_i2c.c215 input_report_abs(input, ABS_MT_PRESSURE, pressure); in sis_ts_report_contact()
336 input_set_abs_params(input, ABS_MT_PRESSURE, 0, SIS_MAX_PRESSURE, 0, 0); in sis_ts_probe()
H A Ds6sy761.c158 input_report_abs(sdata->input, ABS_MT_PRESSURE, z); in s6sy761_report_coordinates()
438 input_set_abs_params(sdata->input, ABS_MT_PRESSURE, 0, 255, 0, 0); in s6sy761_probe()
H A Dcyttsp5.c331 input_report_abs(ts->input, ABS_MT_PRESSURE, in cyttsp5_get_mt_touches()
391 input_set_abs_params(ts->input, ABS_MT_PRESSURE, 0, max_p, 0, 0); in cyttsp5_setup_input_device()
H A Dhideep.c717 input_report_abs(input, ABS_MT_PRESSURE, in hideep_report_slot()
810 input_set_abs_params(ts->input_dev, ABS_MT_PRESSURE, 0, 65535, 0, 0); in hideep_init_input()
H A Draydium_i2c_ts.c886 input_report_abs(ts->input, ABS_MT_PRESSURE, in raydium_mt_event()
1149 input_set_abs_params(ts->input, ABS_MT_PRESSURE, 0, 255, 0, 0); in raydium_i2c_probe()
H A Delants_i2c.c1023 input_event(input, EV_ABS, ABS_MT_PRESSURE, p); in elants_i2c_mt_event()
1503 input_set_abs_params(ts->input, ABS_MT_PRESSURE, 0, 255, 0, 0); in elants_i2c_probe()
H A Dmelfas_mip4.c534 input_report_abs(ts->input, ABS_MT_PRESSURE, pressure); in mip4_report_touch()
1481 input_set_abs_params(input, ABS_MT_PRESSURE, in mip4_probe()
H A Diqs7211.c2175 input_set_abs_params(tp_idev, ABS_MT_PRESSURE, 0, U16_MAX, 0, 0); in iqs7211_register_tp()
2261 input_report_abs(iqs7211->tp_idev, ABS_MT_PRESSURE, in iqs7211_report()
/linux/drivers/hid/
H A Dhid-elan.c182 input_set_abs_params(input, ABS_MT_PRESSURE, 0, ELAN_MAX_PRESSURE, in elan_input_configured()
228 input_report_abs(input, ABS_MT_PRESSURE, p); in elan_report_mt_slot()
H A Dhid-magicmouse.c370 input_report_abs(input, ABS_MT_PRESSURE, pressure); in magicmouse_emit_touch()
648 input_set_abs_params(input, ABS_MT_PRESSURE, 0, 253, 0, 0); in magicmouse_setup_input()
H A Dhid-asus.c235 input_report_abs(input, ABS_MT_PRESSURE, pressure); in asus_report_contact_down()
984 input_set_abs_params(input, ABS_MT_PRESSURE, 0, in asus_input_configured()
H A Dhid-haptic.c58 ABS_MT_PRESSURE); in hid_haptic_check_pressure_unit()
H A Dhid-multitouch.c942 set_abs(hi->input, ABS_MT_PRESSURE, field, in mt_touch_input_mapping()
1243 input_event(input, EV_ABS, ABS_MT_PRESSURE, *slot->p); in mt_process_slot()
H A Dhid-debug.c3535 [ABS_MT_PRESSURE] = "MTPressure",
H A Dhid-logitech-hidpp.c2942 input_set_abs_params(input_dev, ABS_MT_PRESSURE, 0, 50, 0, 0); in wtp_populate_input()
2976 input_event(hidpp->input, EV_ABS, ABS_MT_PRESSURE, in wtp_touch_event()
/linux/drivers/input/mouse/
H A Dcypress_ps2.c344 input_set_abs_params(input, ABS_MT_PRESSURE, 0, 255, 0, 0); in cypress_set_input_params()
506 input_report_abs(input, ABS_MT_PRESSURE, contact->z); in cypress_process_packet()
H A Dsynaptics.c1047 input_report_abs(dev, ABS_MT_PRESSURE, hw[i]->z); in synaptics_report_mt_data()
1324 input_set_abs_params(dev, ABS_MT_PRESSURE, 0, 255, 0, 0); in set_input_params()
1330 input_set_abs_params(dev, ABS_MT_PRESSURE, 0, 255, 0, 0); in set_input_params()
H A Delantech.c694 input_report_abs(dev, ABS_MT_PRESSURE, pres); in process_packet_head_v4()
1239 input_set_abs_params(dev, ABS_MT_PRESSURE, ETP_PMIN_V2, in elantech_set_input_params()
H A Dcyapa_gen3.c1164 input_report_abs(input, ABS_MT_PRESSURE, touch->pressure); in cyapa_gen3_event_process()
/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h922 #define ABS_MT_PRESSURE 0x3a /* Pressure on contact area */
893 #define ABS_MT_PRESSURE global() macro
/linux/include/uapi/linux/
H A Dinput-event-codes.h922 #define ABS_MT_PRESSURE 0x3a /* Pressure on contact area */ macro
/linux/Documentation/input/
H A Dmulti-touch-protocol.rst187 ABS_MT_PRESSURE may be used to provide the pressure on the contact area
258 ABS_MT_PRESSURE
H A Devent-codes.rst255 * ABS_PRESSURE/ABS_MT_PRESSURE:

12