Home
last modified time | relevance | path

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

/NextBSD/sys/dev/usb/input/
HDwsp.c841 int ntouch = 0; /* the finger number in touch */ in wsp_intr_callback() local
882 ntouch = sc->tp_data[params->tp_button - 1]; in wsp_intr_callback()
885 if (ntouch < 0) in wsp_intr_callback()
886 ntouch = 0; in wsp_intr_callback()
887 else if (ntouch > MAX_FINGERS) in wsp_intr_callback()
888 ntouch = MAX_FINGERS; in wsp_intr_callback()
890 for (i = 0; i != ntouch; i++) { in wsp_intr_callback()
911 i, ibt, ntouch, f->origin, f->abs_x, f->abs_y, in wsp_intr_callback()
930 if (sc->ntaps < ntouch) { in wsp_intr_callback()
931 switch (ntouch) { in wsp_intr_callback()
[all …]