Lines Matching defs:touch
95 /* id range is 1 - 15. It is incremented with every new touch. */
896 * or touch sensors.
1138 * as touch inputs when gen3 failed to launch into application mode,
1153 const struct cyapa_touch *touch = &data->touches[i];
1154 /* Note: touch->id range is 1 to 15; slots are 0 to 14. */
1155 int slot = touch->id - 1;
1160 ((touch->xy_hi & 0xf0) << 4) | touch->x_lo);
1162 ((touch->xy_hi & 0x0f) << 8) | touch->y_lo);
1163 input_report_abs(input, ABS_MT_PRESSURE, touch->pressure);