Lines Matching defs:tp_touch
184 struct tp_touch { struct
185 struct tp_dispatch *tp;
186 unsigned int index;
187 enum touch_state state;
188 bool has_ended; /* TRACKING_ID == -1 */
189 bool dirty;
190 struct device_coords point;
191 uint64_t initial_time;
192 int pressure;
193 bool is_tool_palm; /* MT_TOOL_PALM */
194 int major, minor;
196 bool was_down; /* if distance == 0, false for pure hovering
199 struct {
206 } quirks;
208 struct {
215 } history;
217 struct {
219 } jumps;
221 struct {
224 } hysteresis;
230 struct {
233 } pinned;
236 struct {
244 } button;
246 struct {
251 } tap;
253 struct {
259 } scroll;
261 struct {
265 } palm;
267 struct {
269 } gesture;
271 struct {
274 } speed;