Searched refs:pressure_tap_threshold (Results 1 – 1 of 1) sorted by relevance
102 int pressure_tap_threshold; member121 .pressure_tap_threshold = 120,142 WSP_CLAMP(ptun->pressure_tap_threshold, 1, 255); in wsp_running_rangecheck()169 SYSCTL_INT(_hw_usb_wsp, OID_AUTO, pressure_tap_threshold, CTLFLAG_RWTUN,170 &wsp_tuning.pressure_tap_threshold, 0, "tap pressure threshold");1112 if (sc->index[0]->touch_major > tun.pressure_tap_threshold && in wsp_intr_callback()1117 if (sc->index[0]->touch_major > tun.pressure_tap_threshold-30 && in wsp_intr_callback()1118 sc->index[1]->touch_major > tun.pressure_tap_threshold-30) in wsp_intr_callback()1122 if (sc->index[0]->touch_major > tun.pressure_tap_threshold-40 && in wsp_intr_callback()1123 sc->index[1]->touch_major > tun.pressure_tap_threshold-40 && in wsp_intr_callback()[all …]