Searched defs:tp_dispatch (Results 1 – 1 of 1) sorted by relevance
269 struct tp_dispatch { struct270 struct evdev_dispatch base;271 struct evdev_device *device;272 unsigned int nfingers_down; /* number of fingers down */273 unsigned int old_nfingers_down; /* previous no fingers down */274 unsigned int slot; /* current slot */275 bool has_mt;276 bool semi_mt;278 uint32_t suspend_reason;281 struct {[all …]