Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/input/
H A Dwsp.c95 int horizontal_swipe_finger_count; member
114 .horizontal_swipe_finger_count = 3,
135 WSP_CLAMP(ptun->horizontal_swipe_finger_count, 0, 3); in wsp_running_rangecheck()
155 SYSCTL_INT(_hw_usb_wsp, OID_AUTO, horizontal_swipe_finger_count, CTLFLAG_RWTUN,
156 …&wsp_tuning.horizontal_swipe_finger_count, 0, "amount of fingers to use horizontal swipe gesture");
1168 if (sc->scr_mode == WSP_SCR_HOR && sc->ntaps == tun.horizontal_swipe_finger_count in wsp_intr_callback()
1169 && tun.horizontal_swipe_finger_count > 0 && (sc->dt_sum / tun.scr_threshold) != 0) { in wsp_intr_callback()
1285 if (ntouch == tun.scroll_finger_count || ntouch == tun.horizontal_swipe_finger_count) { in wsp_intr_callback()
1308 } else if (ntouch == tun.horizontal_swipe_finger_count) { in wsp_intr_callback()
1321 if (ntouch != tun.horizontal_swipe_finger_count) in wsp_intr_callback()