/linux-4.1.27/drivers/input/ |
D | input-mt.c | 67 copy_abs(dev, ABS_PRESSURE, ABS_MT_PRESSURE); in input_mt_init_slots() 231 if (test_bit(ABS_MT_PRESSURE, dev->absbit)) { in input_mt_report_pointer_emulation() 232 int p = input_mt_get_value(oldest, ABS_MT_PRESSURE); in input_mt_report_pointer_emulation() 236 if (test_bit(ABS_MT_PRESSURE, dev->absbit)) in input_mt_report_pointer_emulation()
|
/linux-4.1.27/drivers/input/touchscreen/ |
D | of_touchscreen.c | 84 touchscreen_set_params(dev, ABS_MT_PRESSURE, maximum, fuzz); in touchscreen_parse_of_params()
|
D | egalax_ts.c | 113 input_report_abs(input_dev, ABS_MT_PRESSURE, z); in egalax_ts_interrupt()
|
D | mms114.c | 189 input_report_abs(input_dev, ABS_MT_PRESSURE, touch->strength); in mms114_process_mt() 479 input_set_abs_params(input_dev, ABS_MT_PRESSURE, 0, 255, 0, 0); in mms114_probe()
|
D | atmel_mxt_ts.c | 804 input_report_abs(input_dev, ABS_MT_PRESSURE, amplitude); in mxt_proc_t9_message() 909 input_report_abs(input_dev, ABS_MT_PRESSURE, pressure); in mxt_proc_t100_message() 1941 input_set_abs_params(input_dev, ABS_MT_PRESSURE, in mxt_initialize_input_device() 1953 input_set_abs_params(input_dev, ABS_MT_PRESSURE, in mxt_initialize_input_device()
|
D | elants_i2c.c | 791 input_event(input, EV_ABS, ABS_MT_PRESSURE, p); in elants_i2c_mt_event() 1124 input_set_abs_params(ts->input, ABS_MT_PRESSURE, 0, 255, 0, 0); in elants_i2c_probe()
|
/linux-4.1.27/drivers/input/mouse/ |
D | cypress_ps2.c | 386 input_set_abs_params(input, ABS_MT_PRESSURE, 0, 255, 0, 0); in cypress_set_input_params() 549 input_report_abs(input, ABS_MT_PRESSURE, contact->z); in cypress_process_packet()
|
D | synaptics.c | 941 input_report_abs(dev, ABS_MT_PRESSURE, hw[i]->z); in synaptics_report_mt_data() 1196 input_set_abs_params(dev, ABS_MT_PRESSURE, 0, 255, 0, 0); in set_input_params() 1202 input_set_abs_params(dev, ABS_MT_PRESSURE, 0, 255, 0, 0); in set_input_params()
|
D | elan_i2c_core.c | 774 input_report_abs(input, ABS_MT_PRESSURE, in elan_report_contact() 886 input_set_abs_params(input, ABS_MT_PRESSURE, 0, in elan_setup_input_device()
|
D | elantech.c | 605 input_report_abs(dev, ABS_MT_PRESSURE, pres); in process_packet_head_v4() 1251 input_set_abs_params(dev, ABS_MT_PRESSURE, ETP_PMIN_V2, in elantech_set_input_params()
|
D | cyapa_gen3.c | 1202 input_report_abs(input, ABS_MT_PRESSURE, touch->pressure); in cyapa_gen3_irq_handler()
|
D | cyapa.c | 425 input_set_abs_params(input, ABS_MT_PRESSURE, 0, cyapa->max_z, 0, 0); in cyapa_create_input_dev()
|
D | cyapa_gen5.c | 2634 input_report_abs(input, ABS_MT_PRESSURE, in cyapa_gen5_report_slot_data()
|
/linux-4.1.27/drivers/hid/ |
D | hid-multitouch.c | 495 EV_ABS, ABS_MT_PRESSURE); in mt_touch_input_mapping() 496 set_abs(hi->input, ABS_MT_PRESSURE, field, in mt_touch_input_mapping() 605 input_event(input, EV_ABS, ABS_MT_PRESSURE, s->p); in mt_complete_slot()
|
D | hid-rmi.c | 343 input_event(hdata->input, EV_ABS, ABS_MT_PRESSURE, z); in rmi_f11_process_touch() 1094 input_set_abs_params(input, ABS_MT_PRESSURE, 0, 0xff, 0, 0); in rmi_input_configured()
|
D | hid-logitech-hidpp.c | 727 input_set_abs_params(input_dev, ABS_MT_PRESSURE, 0, 50, 0, 0); in wtp_populate_input() 762 input_event(wd->input, EV_ABS, ABS_MT_PRESSURE, in wtp_touch_event()
|
/linux-4.1.27/include/uapi/linux/ |
D | input.h | 863 #define ABS_MT_PRESSURE 0x3a /* Pressure on contact area */ macro
|
/linux-4.1.27/Documentation/input/ |
D | multi-touch-protocol.txt | 180 ABS_MT_PRESSURE may be used to provide the pressure on the contact area 253 ABS_MT_PRESSURE
|