| /linux/drivers/input/ |
| H A D | input-mt.c | 68 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 D | mms114.c | 188 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 D | sis_i2c.c | 215 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 D | s6sy761.c | 158 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 D | cyttsp5.c | 331 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 D | hideep.c | 717 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 D | raydium_i2c_ts.c | 886 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 D | elants_i2c.c | 1023 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 D | melfas_mip4.c | 534 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 D | iqs7211.c | 2175 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 D | hid-elan.c | 182 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 D | hid-magicmouse.c | 370 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 D | hid-asus.c | 235 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 D | hid-haptic.c | 58 ABS_MT_PRESSURE); in hid_haptic_check_pressure_unit()
|
| H A D | hid-multitouch.c | 942 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 D | hid-debug.c | 3535 [ABS_MT_PRESSURE] = "MTPressure",
|
| H A D | hid-logitech-hidpp.c | 2942 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 D | cypress_ps2.c | 344 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 D | synaptics.c | 1047 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 D | elantech.c | 694 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 D | cyapa_gen3.c | 1164 input_report_abs(input, ABS_MT_PRESSURE, touch->pressure); in cyapa_gen3_event_process()
|
| /linux/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 922 #define ABS_MT_PRESSURE 0x3a /* Pressure on contact area */ 893 #define ABS_MT_PRESSURE global() macro
|
| /linux/include/uapi/linux/ |
| H A D | input-event-codes.h | 922 #define ABS_MT_PRESSURE 0x3a /* Pressure on contact area */ macro
|
| /linux/Documentation/input/ |
| H A D | multi-touch-protocol.rst | 187 ABS_MT_PRESSURE may be used to provide the pressure on the contact area 258 ABS_MT_PRESSURE
|
| H A D | event-codes.rst | 255 * ABS_PRESSURE/ABS_MT_PRESSURE:
|