Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/usb/input/
HDwsp.c846 int ntouch = 0; /* the finger number in touch */ in wsp_intr_callback() local
887 ntouch = sc->tp_data[params->tp_button - 1]; in wsp_intr_callback()
890 if (ntouch < 0) in wsp_intr_callback()
891 ntouch = 0; in wsp_intr_callback()
892 else if (ntouch > MAX_FINGERS) in wsp_intr_callback()
893 ntouch = MAX_FINGERS; in wsp_intr_callback()
895 for (i = 0; i != ntouch; i++) { in wsp_intr_callback()
916 i, ibt, ntouch, f->origin, f->abs_x, f->abs_y, in wsp_intr_callback()
930 if ((params->caps & HAS_INTEGRATED_BUTTON) && ntouch == 2) in wsp_intr_callback()
932 else if ((params->caps & HAS_INTEGRATED_BUTTON) && ntouch == 3) in wsp_intr_callback()
[all …]