Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/input/
H A Dwsp.c103 int scr_threshold; member
122 .scr_threshold = 20,
146 WSP_CLAMP(ptun->scr_threshold, 1, 255); in wsp_running_rangecheck()
177 SYSCTL_INT(_hw_usb_wsp, OID_AUTO, scr_threshold, CTLFLAG_RWTUN,
178 &wsp_tuning.scr_threshold, 0, "scrolling threshold");
1169 && tun.horizontal_swipe_finger_count > 0 && (sc->dt_sum / tun.scr_threshold) != 0) { in wsp_intr_callback()
1286 if (sc->scr_mode == WSP_SCR_NONE && abs(sc->dx_sum) + abs(sc->dy_sum) > tun.scr_threshold) in wsp_intr_callback()