| /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 | 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 | mms114.c | 282 input_report_abs(input_dev, ABS_MT_PRESSURE, touch->strength); in mms114_process_mt() 590 input_set_abs_params(input_dev, ABS_MT_PRESSURE, 0, 255, 0, 0); in mms114_probe() 616 ABS_MT_PRESSURE); in mms114_probe() 619 input_abs_set_fuzz(input_dev, ABS_MT_PRESSURE, 0); in mms114_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 | egalax_ts.c | 111 input_report_abs(input_dev, ABS_MT_PRESSURE, z); in egalax_ts_interrupt()
|
| H A D | stmfts.c | 191 input_report_abs(sdata->input, ABS_MT_PRESSURE, area); in stmfts_report_contact_event() 716 input_set_abs_params(sdata->input, ABS_MT_PRESSURE, 0, 255, 0, 0); in stmfts_probe()
|
| H A D | cyttsp5.c | 330 input_report_abs(ts->input, ABS_MT_PRESSURE, in cyttsp5_get_mt_touches() 390 input_set_abs_params(ts->input, ABS_MT_PRESSURE, 0, max_p, 0, 0); in cyttsp5_setup_input_device()
|
| H A D | iqs5xx.c | 506 input_set_abs_params(input, ABS_MT_PRESSURE, 0, U16_MAX, 0, 0); in iqs5xx_axis_init() 670 input_report_abs(input, ABS_MT_PRESSURE, pressure); in iqs5xx_irq()
|
| 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 | 878 input_report_abs(ts->input, ABS_MT_PRESSURE, in raydium_mt_event() 1141 input_set_abs_params(ts->input, ABS_MT_PRESSURE, 0, 255, 0, 0); in raydium_i2c_probe()
|
| H A D | ili210x.c | 318 input_report_abs(input, ABS_MT_PRESSURE, z); in ili210x_report_events() 1011 input_set_abs_params(input, ABS_MT_PRESSURE, 0, 0xa, 0, 0); in ili210x_i2c_probe()
|
| H A D | wdt87xx_i2c.c | 983 input_report_abs(input, ABS_MT_PRESSURE, p); in wdt87xx_report_contact() 1046 input_set_abs_params(input, ABS_MT_PRESSURE, 0, 0xFF, 0, 0); in wdt87xx_ts_create_input_device()
|
| H A D | melfas_mip4.c | 534 input_report_abs(ts->input, ABS_MT_PRESSURE, pressure); in mip4_report_touch() 1452 input_set_abs_params(input, ABS_MT_PRESSURE, in mip4_probe()
|
| H A D | elants_i2c.c | 1013 input_event(input, EV_ABS, ABS_MT_PRESSURE, p); in elants_i2c_mt_event() 1490 input_set_abs_params(ts->input, ABS_MT_PRESSURE, 0, 255, 0, 0); in elants_i2c_probe()
|
| H A D | atmel_mxt_ts.c | 891 input_report_abs(input_dev, ABS_MT_PRESSURE, amplitude); in mxt_proc_t9_message() 1013 input_report_abs(input_dev, ABS_MT_PRESSURE, pressure); in mxt_proc_t100_message() 2184 input_set_abs_params(input_dev, ABS_MT_PRESSURE, in mxt_initialize_input_device()
|
| /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-debug.c | 3535 [ABS_MT_PRESSURE] = "MTPressure",
|
| H A D | hid-multitouch.c | 944 set_abs(hi->input, ABS_MT_PRESSURE, field, in mt_touch_input_mapping() 1245 input_event(input, EV_ABS, ABS_MT_PRESSURE, *slot->p); in mt_process_slot()
|
| /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 | elan_i2c_core.c | 982 input_report_abs(input, ABS_MT_PRESSURE, scaled_pressure); in elan_report_contact() 1205 input_set_abs_params(input, ABS_MT_PRESSURE, 0, in elan_setup_input_device()
|
| 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
|