Lines Matching refs:fake_touches
268 unsigned int fake_touches =
269 tp->fake_touches & ~(FAKE_FINGER_OVERFLOW|0x1);
273 if (fake_touches & (fake_touches - 1))
276 tp->fake_touches);
278 if (tp->fake_touches & FAKE_FINGER_OVERFLOW)
282 return ffs(tp->fake_touches >> 1);
288 return tp->fake_touches & 0x1;
301 tp->fake_touches &= ~FAKE_FINGER_OVERFLOW;
317 tp->fake_touches |= FAKE_FINGER_OVERFLOW;
324 tp->fake_touches &= ~FAKE_FINGER_OVERFLOW;
325 tp->fake_touches |= bit(shift);
328 tp->fake_touches &= ~bit(shift);
1342 if (!tp->fake_touches && !tp->nfingers_down)
2033 tp->fake_touches = 0;