Lines Matching defs:slot
255 return &tp->touches[min(tp->slot, tp->ntouches - 1)];
259 tp_get_touch(struct tp_dispatch *tp, unsigned int slot)
261 assert(slot < tp->ntouches);
262 return &tp->touches[slot];
543 tp->slot = e->value;
663 * but never slot 2 because our slot count is wrong.
669 * All touchpad devices have at least one slot so we only do this
689 "Wrong slot count (%d), reducing to %d\n",
1928 "slot %zd: %04d/%04d p%03d %s |",
2110 int slot)
2116 slot,
2121 slot,
2127 slot,
2135 slot,
2139 slot,
2144 slot,
2894 tp->slot = absinfo->value;
2898 tp->slot = 0;
2912 * On three-finger taps/clicks, one slot doesn't get a coordinate
2915 * If three fingers are set down in the same frame, one slot has the
2926 tp->slot = 0;