Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/input/
H A Datp.c205 static u_int atp_small_movement_threshold = ATP_SMALL_MOVEMENT_THRESHOLD; variable
207 &atp_small_movement_threshold, ATP_SMALL_MOVEMENT_THRESHOLD,
1846 atp_small_movement_threshold) && in atp_stroke_has_small_movement()
1848 atp_small_movement_threshold)); in atp_stroke_has_small_movement()
1864 if (abs((P)) <= atp_small_movement_threshold) \ in atp_update_pending_mickeys()