Symbol: touch_event
drivers/input/touchscreen/msg2638.c
111
struct msg2138_touch_event touch_event;
drivers/input/touchscreen/msg2638.c
112
u32 len = sizeof(touch_event);
drivers/input/touchscreen/msg2638.c
117
.len = sizeof(touch_event),
drivers/input/touchscreen/msg2638.c
118
.buf = (u8 *)&touch_event,
drivers/input/touchscreen/msg2638.c
133
if (msg2638_checksum((u8 *)&touch_event, len - 1) !=
drivers/input/touchscreen/msg2638.c
134
touch_event.checksum) {
drivers/input/touchscreen/msg2638.c
139
p0 = &touch_event.pkt[0];
drivers/input/touchscreen/msg2638.c
140
p1 = &touch_event.pkt[1];
drivers/input/touchscreen/msg2638.c
188
struct msg2638_touch_event touch_event;
drivers/input/touchscreen/msg2638.c
189
u32 len = sizeof(touch_event);
drivers/input/touchscreen/msg2638.c
194
.len = sizeof(touch_event),
drivers/input/touchscreen/msg2638.c
195
.buf = (u8 *)&touch_event,
drivers/input/touchscreen/msg2638.c
211
if (touch_event.mode != MODE_DATA_RAW)
drivers/input/touchscreen/msg2638.c
214
if (msg2638_checksum((u8 *)&touch_event, len - 1) !=
drivers/input/touchscreen/msg2638.c
215
touch_event.checksum) {
drivers/input/touchscreen/msg2638.c
221
p = &touch_event.pkt[i];
drivers/input/touchscreen/zinitix.c
447
struct touch_event touch_event;
drivers/input/touchscreen/zinitix.c
453
memset(&touch_event, 0, sizeof(struct touch_event));
drivers/input/touchscreen/zinitix.c
456
&touch_event, sizeof(struct touch_event));
drivers/input/touchscreen/zinitix.c
462
if (le16_to_cpu(touch_event.status) & BIT_ICON_EVENT) {
drivers/input/touchscreen/zinitix.c
473
finger_mask = touch_event.finger_mask;
drivers/input/touchscreen/zinitix.c
475
const struct point_coord *p = &touch_event.point_coord[i];