Lines Matching defs:touch_data
56 struct icn8318_touch_data *touch_data)
69 .buf = (u8 *)touch_data
86 struct icn8318_touch_data touch_data;
89 ret = icn8318_read_touch_data(data->client, &touch_data);
95 if (touch_data.softbutton) {
105 if (touch_data.touch_count > ICN8318_MAX_TOUCHES) {
107 touch_data.touch_count, ICN8318_MAX_TOUCHES);
108 touch_data.touch_count = ICN8318_MAX_TOUCHES;
111 for (i = 0; i < touch_data.touch_count; i++) {
112 struct icn8318_touch *touch = &touch_data.touches[i];