/kernel/linux/linux-5.10/drivers/input/ |
H A D | input-mt.c | 64 copy_abs(dev, ABS_PRESSURE, ABS_MT_PRESSURE); in input_mt_init_slots() 247 if (test_bit(ABS_MT_PRESSURE, dev->absbit)) { in input_mt_report_pointer_emulation() 248 int p = input_mt_get_value(oldest, ABS_MT_PRESSURE); in input_mt_report_pointer_emulation() 252 if (test_bit(ABS_MT_PRESSURE, dev->absbit)) in input_mt_report_pointer_emulation()
|
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | mms114.c | 187 input_report_abs(input_dev, ABS_MT_PRESSURE, touch->strength); in mms114_process_mt() 465 input_set_abs_params(input_dev, ABS_MT_PRESSURE, 0, 255, 0, 0); in mms114_probe() 491 ABS_MT_PRESSURE); in mms114_probe() 494 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() 345 input_set_abs_params(input, ABS_MT_PRESSURE, 0, SIS_MAX_PRESSURE, 0, 0); in sis_ts_probe()
|
H A D | of_touchscreen.c | 106 axis = multitouch ? ABS_MT_PRESSURE : ABS_PRESSURE; in touchscreen_parse_properties()
|
H A D | s6sy761.c | 158 input_report_abs(sdata->input, ABS_MT_PRESSURE, z); in s6sy761_report_coordinates() 442 input_set_abs_params(sdata->input, ABS_MT_PRESSURE, 0, 255, 0, 0); in s6sy761_probe()
|
H A D | ili210x.c | 288 input_report_abs(input, ABS_MT_PRESSURE, z); in ili210x_report_events() 451 input_set_abs_params(input, ABS_MT_PRESSURE, 0, 0xa, 0, 0); in ili210x_i2c_probe()
|
H A D | egalax_ts.c | 110 input_report_abs(input_dev, ABS_MT_PRESSURE, z); in egalax_ts_interrupt()
|
H A D | stmfts.c | 189 input_report_abs(sdata->input, ABS_MT_PRESSURE, area); in stmfts_report_contact_event() 672 input_set_abs_params(sdata->input, ABS_MT_PRESSURE, 0, 255, 0, 0); in stmfts_probe()
|
/kernel/linux/linux-6.6/drivers/input/ |
H A D | input-mt.c | 65 copy_abs(dev, ABS_PRESSURE, ABS_MT_PRESSURE); in input_mt_init_slots() 248 if (test_bit(ABS_MT_PRESSURE, dev->absbit)) { in input_mt_report_pointer_emulation() 249 int p = input_mt_get_value(oldest, ABS_MT_PRESSURE); in input_mt_report_pointer_emulation() 253 if (test_bit(ABS_MT_PRESSURE, dev->absbit)) in input_mt_report_pointer_emulation()
|
H A D | touchscreen.c | 107 axis = multitouch ? ABS_MT_PRESSURE : ABS_PRESSURE; in touchscreen_parse_properties()
|
/kernel/linux/linux-6.6/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() 441 input_set_abs_params(sdata->input, ABS_MT_PRESSURE, 0, 255, 0, 0); in s6sy761_probe()
|
H A D | egalax_ts.c | 110 input_report_abs(input_dev, ABS_MT_PRESSURE, z); in egalax_ts_interrupt()
|
H A D | stmfts.c | 189 input_report_abs(sdata->input, ABS_MT_PRESSURE, area); in stmfts_report_contact_event() 671 input_set_abs_params(sdata->input, ABS_MT_PRESSURE, 0, 255, 0, 0); in stmfts_probe()
|
/kernel/linux/linux-5.10/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-alps.c | 348 input_report_abs(hdata->input, ABS_MT_PRESSURE, z); in t4_raw_event() 390 ABS_MT_PRESSURE, z); in u1_raw_event() 718 input_set_abs_params(input, ABS_MT_PRESSURE, 0, 64, 0, 0); in alps_input_configured()
|
H A D | hid-magicmouse.c | 296 input_report_abs(input, ABS_MT_PRESSURE, pressure); in magicmouse_emit_touch() 495 input_set_abs_params(input, ABS_MT_PRESSURE, 0, 253, 0, 0); in magicmouse_setup_input()
|
/kernel/linux/linux-5.10/drivers/input/rmi4/ |
H A D | rmi_2d_sensor.c | 101 input_event(sensor->input, EV_ABS, ABS_MT_PRESSURE, obj->z); in rmi_2d_sensor_abs_report() 180 input_set_abs_params(input, ABS_MT_PRESSURE, 0, 0xff, 0, 0); in rmi_2d_sensor_set_input_params()
|
/kernel/linux/linux-6.6/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-alps.c | 348 input_report_abs(hdata->input, ABS_MT_PRESSURE, z); in t4_raw_event() 390 ABS_MT_PRESSURE, z); in u1_raw_event() 718 input_set_abs_params(input, ABS_MT_PRESSURE, 0, 64, 0, 0); in alps_input_configured()
|
/kernel/linux/linux-6.6/drivers/input/rmi4/ |
H A D | rmi_2d_sensor.c | 101 input_event(sensor->input, EV_ABS, ABS_MT_PRESSURE, obj->z); in rmi_2d_sensor_abs_report() 180 input_set_abs_params(input, ABS_MT_PRESSURE, 0, 0xff, 0, 0); in rmi_2d_sensor_set_input_params()
|
/kernel/linux/linux-5.10/drivers/input/mouse/ |
H A D | cypress_ps2.c | 383 input_set_abs_params(input, ABS_MT_PRESSURE, 0, 255, 0, 0); in cypress_set_input_params() 544 input_report_abs(input, ABS_MT_PRESSURE, contact->z); in cypress_process_packet()
|
H A D | synaptics.c | 1010 input_report_abs(dev, ABS_MT_PRESSURE, hw[i]->z); in synaptics_report_mt_data() 1285 input_set_abs_params(dev, ABS_MT_PRESSURE, 0, 255, 0, 0); in set_input_params() 1291 input_set_abs_params(dev, ABS_MT_PRESSURE, 0, 255, 0, 0); in set_input_params()
|
/kernel/linux/linux-6.6/drivers/input/mouse/ |
H A D | cypress_ps2.c | 383 input_set_abs_params(input, ABS_MT_PRESSURE, 0, 255, 0, 0); in cypress_set_input_params() 544 input_report_abs(input, ABS_MT_PRESSURE, contact->z); in cypress_process_packet()
|