Searched refs:pressure_tap_threshold (Results 1 – 1 of 1) sorted by relevance
87 int pressure_tap_threshold; member97 .pressure_tap_threshold = 120,109 WSP_CLAMP(ptun->pressure_tap_threshold, 1, 255); in wsp_runing_rangecheck()122 SYSCTL_INT(_hw_usb_wsp, OID_AUTO, pressure_tap_threshold, CTLFLAG_RW,123 &wsp_tuning.pressure_tap_threshold, 0, "tap pressure threshold");942 … if (sc->index[0]->touch_major > tun.pressure_tap_threshold && in wsp_intr_callback()947 … if (sc->index[0]->touch_major > tun.pressure_tap_threshold-30 && in wsp_intr_callback()948 … sc->index[1]->touch_major > tun.pressure_tap_threshold-30) in wsp_intr_callback()952 … if (sc->index[0]->touch_major > tun.pressure_tap_threshold-40 && in wsp_intr_callback()953 … sc->index[1]->touch_major > tun.pressure_tap_threshold-40 && in wsp_intr_callback()[all …]