Lines Matching defs:touch_count
50 static void ektf2127_parse_coordinates(const u8 *buf, unsigned int touch_count,
56 for (i = 0; i < touch_count; i++) {
73 unsigned int touch_count, i;
75 touch_count = buf[1] & 0x07;
76 if (touch_count > EKTF2127_MAX_TOUCHES) {
79 touch_count, EKTF2127_MAX_TOUCHES);
80 touch_count = EKTF2127_MAX_TOUCHES;
83 ektf2127_parse_coordinates(buf, touch_count, touches);
85 touch_count, 0);
87 for (i = 0; i < touch_count; i++) {