Home
last modified time | relevance | path

Searched defs:touch_event (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/input/touchscreen/
Dmsg2638.c43 struct touch_event { struct
44 u8 mode;
45 struct packet pkt[MAX_SUPPORTED_FINGER_NUM];
46 u8 proximity;
47 u8 checksum;
74 struct touch_event touch_event; in msg2638_ts_irq_handler() local
Dzinitix.c136 struct touch_event { struct
137 __le16 status;
138 u8 finger_mask;
139 u8 time_stamp;
140 struct point_coord point_coord[MAX_SUPPORTED_FINGER_NUM];
357 struct touch_event touch_event; in zinitix_ts_irq_handler() local