Searched refs:touch_data (Results 1 – 1 of 1) sorted by relevance
325 struct icn8505_touch_data touch_data; in icn8505_irq() local329 &touch_data, sizeof(touch_data)); in icn8505_irq()335 if (touch_data.touch_count > ICN8505_MAX_TOUCHES) { in icn8505_irq()337 touch_data.touch_count, ICN8505_MAX_TOUCHES); in icn8505_irq()338 touch_data.touch_count = ICN8505_MAX_TOUCHES; in icn8505_irq()341 for (i = 0; i < touch_data.touch_count; i++) { in icn8505_irq()342 struct icn8505_touch *touch = &touch_data.touches[i]; in icn8505_irq()358 touch_data.softbutton == 1); in icn8505_irq()