Searched refs:touch_event (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/input/touchscreen/
H A Dmsg2638.c111 struct msg2138_touch_event touch_event; local
112 u32 len = sizeof(touch_event);
117 .len = sizeof(touch_event),
118 .buf = (u8 *)&touch_event,
133 if (msg2638_checksum((u8 *)&touch_event, len - 1) !=
134 touch_event.checksum) {
139 p0 = &touch_event.pkt[0];
140 p1 = &touch_event.pkt[1];
188 struct msg2638_touch_event touch_event; local
189 u32 len = sizeof(touch_event);
[all...]
H A Dzinitix.c136 struct touch_event { struct
357 struct touch_event touch_event; local
362 memset(&touch_event, 0, sizeof(struct touch_event));
365 &touch_event, sizeof(struct touch_event));
371 finger_mask = touch_event.finger_mask;
373 const struct point_coord *p = &touch_event.point_coord[i];

Completed in 149 milliseconds