Searched defs:tp_dispatch (Results 1 – 1 of 1) sorted by relevance
285 struct tp_dispatch { struct286 struct evdev_dispatch base;287 struct evdev_device *device;288 unsigned int nfingers_down; /* number of fingers down */289 unsigned int old_nfingers_down; /* previous no fingers down */290 unsigned int slot; /* current slot */291 bool has_mt;292 bool semi_mt;294 uint32_t suspend_reason;297 struct {[all …]