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

/freebsd-9.3-release/sys/dev/usb/input/
H A Dwsp.c670 int ntouch = 0; /* the finger number in touch */ local
704 ntouch = sc->tp_data[BUTTON_TYPE2 - 1];
707 ntouch = sc->tp_data[BUTTON_TYPE3 - 1];
710 if (ntouch < 0)
711 ntouch = 0;
712 else if (ntouch > MAX_FINGERS)
713 ntouch = MAX_FINGERS;
717 for (i = 0; i != ntouch; i++) {
734 i, ibt, ntouch, h->q2,
756 if (sc->ntaps < ntouch) {
[all...]

Completed in 41 milliseconds