Searched defs:touch_event (Results 1 – 1 of 1) sorted by relevance
136 struct touch_event { struct137 __le16 status;138 u8 finger_mask;139 u8 time_stamp;140 struct point_coord point_coord[MAX_SUPPORTED_FINGER_NUM];346 struct touch_event touch_event; in zinitix_ts_irq_handler() local