Searched refs:tap_threshold (Results 1 – 2 of 2) sorted by relevance
230 u_int tap_threshold; /* Minimum pressure to detect a tap */ member1703 .tap_threshold = 0, in r_init_touchpad_info()1728 &tpinfo->tap_threshold); in r_init_touchpad_info()2220 ev->st.p = MAX(tpinfo->min_pressure_hi, tpinfo->tap_threshold); in r_protocol_evdev()3083 if (!gest->in_vscroll && gest->zmax >= tpinfo->tap_threshold && in r_gestures()
335 #define PSM_FINGER_DEFAULT_P tap_threshold2977 static int tap_threshold = PSM_TAP_THRESHOLD; variable2978 SYSCTL_INT(_hw_psm, OID_AUTO, tap_threshold, CTLFLAG_RW, &tap_threshold, 0,4033 if (!gest->in_vscroll && gest->zmax >= tap_threshold &&