Searched refs:ABS_MT_PRESSURE (Results 1 - 25 of 34) sorted by relevance

12

/linux-master/drivers/input/
H A Dinput-mt.c65 copy_abs(dev, ABS_PRESSURE, ABS_MT_PRESSURE);
248 if (test_bit(ABS_MT_PRESSURE, dev->absbit)) {
249 int p = input_mt_get_value(oldest, ABS_MT_PRESSURE);
253 if (test_bit(ABS_MT_PRESSURE, dev->absbit))
H A Dtouchscreen.c107 axis = multitouch ? ABS_MT_PRESSURE : ABS_PRESSURE;
/linux-master/drivers/input/touchscreen/
H A Dmms114.c188 input_report_abs(input_dev, ABS_MT_PRESSURE, touch->strength);
547 input_set_abs_params(input_dev, ABS_MT_PRESSURE, 0, 255, 0, 0);
574 ABS_MT_PRESSURE);
577 input_abs_set_fuzz(input_dev, ABS_MT_PRESSURE, 0);
H A Dsis_i2c.c215 input_report_abs(input, ABS_MT_PRESSURE, pressure);
336 input_set_abs_params(input, ABS_MT_PRESSURE, 0, SIS_MAX_PRESSURE, 0, 0);
H A Ds6sy761.c158 input_report_abs(sdata->input, ABS_MT_PRESSURE, z);
438 input_set_abs_params(sdata->input, ABS_MT_PRESSURE, 0, 255, 0, 0);
H A Degalax_ts.c110 input_report_abs(input_dev, ABS_MT_PRESSURE, z);
H A Dstmfts.c189 input_report_abs(sdata->input, ABS_MT_PRESSURE, area);
668 input_set_abs_params(sdata->input, ABS_MT_PRESSURE, 0, 255, 0, 0);
H A Draydium_i2c_ts.c886 input_report_abs(ts->input, ABS_MT_PRESSURE,
1149 input_set_abs_params(ts->input, ABS_MT_PRESSURE, 0, 255, 0, 0);
H A Dcyttsp5.c331 input_report_abs(ts->input, ABS_MT_PRESSURE,
391 input_set_abs_params(ts->input, ABS_MT_PRESSURE, 0, max_p, 0, 0);
H A Dili210x.c319 input_report_abs(input, ABS_MT_PRESSURE, z);
990 input_set_abs_params(input, ABS_MT_PRESSURE, 0, 0xa, 0, 0);
H A Dhideep.c717 input_report_abs(input, ABS_MT_PRESSURE,
810 input_set_abs_params(ts->input_dev, ABS_MT_PRESSURE, 0, 65535, 0, 0);
H A Dwdt87xx_i2c.c985 input_report_abs(input, ABS_MT_PRESSURE, p);
1050 input_set_abs_params(input, ABS_MT_PRESSURE, 0, 0xFF, 0, 0);
H A Diqs5xx.c517 input_set_abs_params(input, ABS_MT_PRESSURE, 0, U16_MAX, 0, 0);
681 input_report_abs(input, ABS_MT_PRESSURE, pressure);
H A Delants_i2c.c1023 input_event(input, EV_ABS, ABS_MT_PRESSURE, p);
1503 input_set_abs_params(ts->input, ABS_MT_PRESSURE, 0, 255, 0, 0);
/linux-master/drivers/input/rmi4/
H A Drmi_2d_sensor.c101 input_event(sensor->input, EV_ABS, ABS_MT_PRESSURE, obj->z);
180 input_set_abs_params(input, ABS_MT_PRESSURE, 0, 0xff, 0, 0);
/linux-master/drivers/hid/
H A Dhid-elan.c182 input_set_abs_params(input, ABS_MT_PRESSURE, 0, ELAN_MAX_PRESSURE,
228 input_report_abs(input, ABS_MT_PRESSURE, p);
H A Dhid-alps.c348 input_report_abs(hdata->input, ABS_MT_PRESSURE, z);
390 ABS_MT_PRESSURE, z);
718 input_set_abs_params(input, ABS_MT_PRESSURE, 0, 64, 0, 0);
H A Dhid-magicmouse.c363 input_report_abs(input, ABS_MT_PRESSURE, pressure);
625 input_set_abs_params(input, ABS_MT_PRESSURE, 0, 253, 0, 0);
H A Dhid-asus.c216 input_report_abs(input, ABS_MT_PRESSURE, pressure);
819 input_set_abs_params(input, ABS_MT_PRESSURE, 0,
/linux-master/drivers/input/mouse/
H A Dcypress_ps2.c383 input_set_abs_params(input, ABS_MT_PRESSURE, 0, 255, 0, 0);
544 input_report_abs(input, ABS_MT_PRESSURE, contact->z);
H A Dsynaptics.c1012 input_report_abs(dev, ABS_MT_PRESSURE, hw[i]->z);
1290 input_set_abs_params(dev, ABS_MT_PRESSURE, 0, 255, 0, 0);
1296 input_set_abs_params(dev, ABS_MT_PRESSURE, 0, 255, 0, 0);
H A Delan_i2c_core.c953 input_report_abs(input, ABS_MT_PRESSURE, scaled_pressure);
1169 input_set_abs_params(input, ABS_MT_PRESSURE, 0,
/linux-master/include/uapi/linux/
H A Dinput-event-codes.h893 #define ABS_MT_PRESSURE 0x3a /* Pressure on contact area */ macro
/linux-master/scripts/dtc/include-prefixes/dt-bindings/input/
H A Dlinux-event-codes.h893 #define ABS_MT_PRESSURE 0x3a /* Pressure on contact area */ macro
/linux-master/include/dt-bindings/input/
H A Dlinux-event-codes.h893 #define ABS_MT_PRESSURE 0x3a /* Pressure on contact area */ macro

Completed in 244 milliseconds

12