Searched refs:pressure_tap_threshold (Results 1 – 1 of 1) sorted by relevance
88 int pressure_tap_threshold; member98 .pressure_tap_threshold = 120,110 WSP_CLAMP(ptun->pressure_tap_threshold, 1, 255); in wsp_runing_rangecheck()123 SYSCTL_INT(_hw_usb_wsp, OID_AUTO, pressure_tap_threshold, CTLFLAG_RWTUN,124 &wsp_tuning.pressure_tap_threshold, 0, "tap pressure threshold");943 if (sc->index[0]->touch_major > tun.pressure_tap_threshold && in wsp_intr_callback()948 if (sc->index[0]->touch_major > tun.pressure_tap_threshold-30 && in wsp_intr_callback()949 sc->index[1]->touch_major > tun.pressure_tap_threshold-30) in wsp_intr_callback()953 if (sc->index[0]->touch_major > tun.pressure_tap_threshold-40 && in wsp_intr_callback()954 sc->index[1]->touch_major > tun.pressure_tap_threshold-40 && in wsp_intr_callback()[all …]