Home
last modified time | relevance | path

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

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