Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/usb/input/
H A Datp.c188 static u_int atp_touch_timeout = ATP_TOUCH_TIMEOUT; variable
190 &atp_touch_timeout, 125000, "age threshold in microseconds for a touch");
1835 if ((tdiff.tv_sec > (atp_touch_timeout / 1000000)) || in atp_advance_stroke_state()
1836 ((tdiff.tv_sec == (atp_touch_timeout / 1000000)) && in atp_advance_stroke_state()
1837 (tdiff.tv_usec >= (atp_touch_timeout % 1000000)))) in atp_advance_stroke_state()