Searched defs:tp_touch (Results 1 – 1 of 1) sorted by relevance
167 struct tp_touch { struct168 struct tp_dispatch *tp;169 unsigned int index;170 enum touch_state state;171 bool has_ended; /* TRACKING_ID == -1 */172 bool dirty;173 struct device_coords point;174 uint64_t time;175 uint64_t initial_time;176 int pressure;[all …]