Lines Matching defs:width
414 unsigned int width = 0, pres = 0;
441 width = ((packet[0] & 0x30) >> 2) | ((packet[3] & 0x30) >> 4);
466 width = 7;
483 input_report_abs(dev, ABS_TOOL_WIDTH, width);
565 unsigned int width = 0, pres = 0;
613 width = ((packet[0] & 0x30) >> 2) | ((packet[3] & 0x30) >> 4);
632 input_report_abs(dev, ABS_TOOL_WIDTH, width);
695 input_report_abs(dev, ABS_MT_TOUCH_MAJOR, traces * etd->width);
811 * and newer ones that reports pressure and width. With newer ones, all
1172 width = info->width;
1228 * range of pressure and width is the same as v2,
1246 ETP_WMAX_V2 * width, 0, 0);
1258 etd->width = width;
1850 info->width = info->x_max / (traces - 1);