Home
last modified time | relevance | path

Searched refs:fake_touches (Results 1 - 2 of 2) sorted by relevance

/third_party/libinput/src/
H A Devdev-mt-touchpad.c268 unsigned int fake_touches = in tp_fake_finger_count() local
269 tp->fake_touches & ~(FAKE_FINGER_OVERFLOW|0x1); in tp_fake_finger_count()
273 if (fake_touches & (fake_touches - 1)) in tp_fake_finger_count()
276 tp->fake_touches); in tp_fake_finger_count()
278 if (tp->fake_touches & FAKE_FINGER_OVERFLOW) in tp_fake_finger_count()
282 return ffs(tp->fake_touches >> 1); in tp_fake_finger_count()
288 return tp->fake_touches & 0x1; in tp_fake_finger_is_touching()
301 tp->fake_touches &= ~FAKE_FINGER_OVERFLOW; in tp_fake_finger_set()
317 tp->fake_touches | in tp_fake_finger_set()
[all...]
H A Devdev-mt-touchpad.h311 unsigned int fake_touches; member

Completed in 4 milliseconds