Lines Matching defs:pres
414 unsigned int width = 0, pres = 0;
440 pres = (packet[1] & 0xf0) | ((packet[4] & 0xf0) >> 4);
465 pres = 127;
482 input_report_abs(dev, ABS_PRESSURE, pres);
565 unsigned int width = 0, pres = 0;
612 pres = (packet[1] & 0xf0) | ((packet[4] & 0xf0) >> 4);
631 input_report_abs(dev, ABS_PRESSURE, pres);
678 int pres, traces;
686 pres = (packet[1] & 0xf0) | ((packet[4] & 0xf0) >> 4);
694 input_report_abs(dev, ABS_MT_PRESSURE, pres);