Home
last modified time | relevance | path

Searched refs:touch_data (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/input/touchscreen/
H A Dchipone_icn8505.c325 struct icn8505_touch_data touch_data; in icn8505_irq() local
329 &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()
H A Diqs5xx.c115 struct iqs5xx_touch_data touch_data[IQS5XX_NUM_CONTACTS]; member
659 for (i = 0; i < ARRAY_SIZE(status.touch_data); i++) { in iqs5xx_irq()
660 struct iqs5xx_touch_data *touch_data = &status.touch_data[i]; in iqs5xx_irq() local
661 u16 pressure = be16_to_cpu(touch_data->strength); in iqs5xx_irq()
667 be16_to_cpu(touch_data->abs_x), in iqs5xx_irq()
668 be16_to_cpu(touch_data->abs_y), in iqs5xx_irq()