Lines Matching defs:touch_count
51 static void ektf2127_parse_coordinates(const u8 *buf, unsigned int touch_count,
57 for (i = 0; i < touch_count; i++) {
74 unsigned int touch_count, i;
76 touch_count = buf[1] & 0x07;
77 if (touch_count > EKTF2127_MAX_TOUCHES) {
80 touch_count, EKTF2127_MAX_TOUCHES);
81 touch_count = EKTF2127_MAX_TOUCHES;
84 ektf2127_parse_coordinates(buf, touch_count, touches);
86 touch_count, 0);
88 for (i = 0; i < touch_count; i++) {