Home
last modified time | relevance | path

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

12

/openbmc/linux/drivers/input/
H A Dinput-mt.c68 copy_abs(dev, ABS_PRESSURE, ABS_MT_PRESSURE); in input_mt_init_slots()
251 if (test_bit(ABS_MT_PRESSURE, dev->absbit)) { in input_mt_report_pointer_emulation()
252 int p = input_mt_get_value(oldest, ABS_MT_PRESSURE); in input_mt_report_pointer_emulation()
256 if (test_bit(ABS_MT_PRESSURE, dev->absbit)) in input_mt_report_pointer_emulation()
H A Dtouchscreen.c107 axis = multitouch ? ABS_MT_PRESSURE : ABS_PRESSURE; in touchscreen_parse_properties()
/openbmc/linux/drivers/input/touchscreen/
H A Dmms114.c188 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 Dsis_i2c.c215 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 Ds6sy761.c158 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 Degalax_ts.c110 input_report_abs(input_dev, ABS_MT_PRESSURE, z); in egalax_ts_interrupt()
H A Dstmfts.c189 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()
H A Dcyttsp5.c331 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 Diqs5xx.c517 input_set_abs_params(input, ABS_MT_PRESSURE, 0, U16_MAX, 0, 0); in iqs5xx_axis_init()
681 input_report_abs(input, ABS_MT_PRESSURE, pressure); in iqs5xx_irq()
H A Dili210x.c319 input_report_abs(input, ABS_MT_PRESSURE, z); in ili210x_report_events()
989 input_set_abs_params(input, ABS_MT_PRESSURE, 0, 0xa, 0, 0); in ili210x_i2c_probe()
H A 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()
H A Dhideep.c717 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 Draydium_i2c_ts.c886 input_report_abs(ts->input, ABS_MT_PRESSURE, in raydium_mt_event()
1152 input_set_abs_params(ts->input, ABS_MT_PRESSURE, 0, 255, 0, 0); in raydium_i2c_probe()
/openbmc/linux/drivers/input/rmi4/
H A Drmi_2d_sensor.c101 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()
/openbmc/linux/drivers/hid/
H A Dhid-elan.c182 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 Dhid-alps.c348 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 Dhid-magicmouse.c365 input_report_abs(input, ABS_MT_PRESSURE, pressure); in magicmouse_emit_touch()
635 input_set_abs_params(input, ABS_MT_PRESSURE, 0, 253, 0, 0); in magicmouse_setup_input()
H A Dhid-asus.c216 input_report_abs(input, ABS_MT_PRESSURE, pressure); in asus_report_contact_down()
803 input_set_abs_params(input, ABS_MT_PRESSURE, 0, in asus_input_configured()
/openbmc/linux/drivers/input/mouse/
H A Dcypress_ps2.c383 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 Dsynaptics.c1042 input_report_abs(dev, ABS_MT_PRESSURE, hw[i]->z); in synaptics_report_mt_data()
1319 input_set_abs_params(dev, ABS_MT_PRESSURE, 0, 255, 0, 0); in set_input_params()
1325 input_set_abs_params(dev, ABS_MT_PRESSURE, 0, 255, 0, 0); in set_input_params()
H A Delan_i2c_core.c953 input_report_abs(input, ABS_MT_PRESSURE, scaled_pressure); in elan_report_contact()
1169 input_set_abs_params(input, ABS_MT_PRESSURE, 0, in elan_setup_input_device()
/openbmc/u-boot/include/dt-bindings/input/
H A Dlinux-event-codes.h722 #define ABS_MT_PRESSURE 0x3a /* Pressure on contact area */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dinput-event-codes.h895 #define ABS_MT_PRESSURE 0x3a /* Pressure on contact area */ macro
/openbmc/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h896 #define ABS_MT_PRESSURE 0x3a /* Pressure on contact area */
895 #define ABS_MT_PRESSURE global() macro
/openbmc/linux/include/uapi/linux/
H A Dinput-event-codes.h896 #define ABS_MT_PRESSURE 0x3a /* Pressure on contact area */ macro

12