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

/freebsd-11-stable/sys/dev/usb/input/
H A Datp.c2012 u_int8_t n_touches_reaped = 0; local
2028 n_touches_reaped++;
2045 n_touches_reaped + n_slides_reaped);
2052 if ((n_touches_reaped == 0) && (n_slides_reaped == 0))
2057 if (n_touches_reaped != 0) {
2058 if (n_touches_reaped < atp_tap_minimum)
2061 switch (n_touches_reaped) {

Completed in 107 milliseconds