Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/
Dinput-mt.c67 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.4.14/drivers/input/touchscreen/
Dof_touchscreen.c96 axis = multitouch ? ABS_MT_PRESSURE : ABS_PRESSURE; in touchscreen_parse_properties()
Degalax_ts.c113 input_report_abs(input_dev, ABS_MT_PRESSURE, z); in egalax_ts_interrupt()
Dmms114.c189 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()
Dwdt87xx_i2c.c988 input_report_abs(input, ABS_MT_PRESSURE, p); in wdt87xx_report_contact()
1053 input_set_abs_params(input, ABS_MT_PRESSURE, 0, 0xFF, 0, 0); in wdt87xx_ts_create_input_device()
Datmel_mxt_ts.c745 input_report_abs(input_dev, ABS_MT_PRESSURE, amplitude); in mxt_proc_t9_message()
850 input_report_abs(input_dev, ABS_MT_PRESSURE, pressure); in mxt_proc_t100_message()
1895 input_set_abs_params(input_dev, ABS_MT_PRESSURE, in mxt_initialize_input_device()
1907 input_set_abs_params(input_dev, ABS_MT_PRESSURE, in mxt_initialize_input_device()
Delants_i2c.c807 input_event(input, EV_ABS, ABS_MT_PRESSURE, p); in elants_i2c_mt_event()
1250 input_set_abs_params(ts->input, ABS_MT_PRESSURE, 0, 255, 0, 0); in elants_i2c_probe()
/linux-4.4.14/drivers/input/mouse/
Dcypress_ps2.c386 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()
Dsynaptics.c941 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()
Delan_i2c_core.c834 input_report_abs(input, ABS_MT_PRESSURE, scaled_pressure); in elan_report_contact()
948 input_set_abs_params(input, ABS_MT_PRESSURE, 0, in elan_setup_input_device()
Delantech.c605 input_report_abs(dev, ABS_MT_PRESSURE, pres); in process_packet_head_v4()
1255 input_set_abs_params(dev, ABS_MT_PRESSURE, ETP_PMIN_V2, in elantech_set_input_params()
Dcyapa_gen3.c1206 input_report_abs(input, ABS_MT_PRESSURE, touch->pressure); in cyapa_gen3_irq_handler()
Dcyapa.c466 input_set_abs_params(input, ABS_MT_PRESSURE, 0, cyapa->max_z, 0, 0); in cyapa_create_input_dev()
Dcyapa_gen5.c2679 input_report_abs(input, ABS_MT_PRESSURE, in cyapa_pip_report_slot_data()
/linux-4.4.14/drivers/hid/
Dhid-multitouch.c538 EV_ABS, ABS_MT_PRESSURE); in mt_touch_input_mapping()
539 set_abs(hi->input, ABS_MT_PRESSURE, field, in mt_touch_input_mapping()
648 input_event(input, EV_ABS, ABS_MT_PRESSURE, s->p); in mt_complete_slot()
Dhid-logitech-hidpp.c784 input_set_abs_params(input_dev, ABS_MT_PRESSURE, 0, 50, 0, 0); in wtp_populate_input()
819 input_event(wd->input, EV_ABS, ABS_MT_PRESSURE, in wtp_touch_event()
Dhid-rmi.c360 input_event(hdata->input, EV_ABS, ABS_MT_PRESSURE, z); in rmi_f11_process_touch()
1227 input_set_abs_params(input, ABS_MT_PRESSURE, 0, 0xff, 0, 0); in rmi_input_configured()
/linux-4.4.14/arch/arm/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h722 #define ABS_MT_PRESSURE 0x3a /* Pressure on contact area */ macro
/linux-4.4.14/arch/cris/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h722 #define ABS_MT_PRESSURE 0x3a /* Pressure on contact area */ macro
/linux-4.4.14/arch/metag/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h722 #define ABS_MT_PRESSURE 0x3a /* Pressure on contact area */ macro
/linux-4.4.14/arch/arm64/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h722 #define ABS_MT_PRESSURE 0x3a /* Pressure on contact area */ macro
/linux-4.4.14/include/dt-bindings/input/
Dlinux-event-codes.h722 #define ABS_MT_PRESSURE 0x3a /* Pressure on contact area */ macro
/linux-4.4.14/arch/powerpc/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h722 #define ABS_MT_PRESSURE 0x3a /* Pressure on contact area */ macro
/linux-4.4.14/include/uapi/linux/
Dinput-event-codes.h722 #define ABS_MT_PRESSURE 0x3a /* Pressure on contact area */ macro
/linux-4.4.14/arch/mips/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h722 #define ABS_MT_PRESSURE 0x3a /* Pressure on contact area */ macro
/linux-4.4.14/Documentation/input/
Dmulti-touch-protocol.txt180 ABS_MT_PRESSURE may be used to provide the pressure on the contact area
253 ABS_MT_PRESSURE