Searched refs:pressure_tap_threshold (Results 1 – 1 of 1) sorted by relevance
99 int pressure_tap_threshold; member113 .pressure_tap_threshold = 120,129 WSP_CLAMP(ptun->pressure_tap_threshold, 1, 255); in wsp_runing_rangecheck()147 SYSCTL_INT(_hw_usb_wsp, OID_AUTO, pressure_tap_threshold, CTLFLAG_RWTUN,148 &wsp_tuning.pressure_tap_threshold, 0, "tap pressure threshold");1088 if (sc->index[0]->touch_major > tun.pressure_tap_threshold && in wsp_intr_callback()1093 if (sc->index[0]->touch_major > tun.pressure_tap_threshold-30 && in wsp_intr_callback()1094 sc->index[1]->touch_major > tun.pressure_tap_threshold-30) in wsp_intr_callback()1098 if (sc->index[0]->touch_major > tun.pressure_tap_threshold-40 && in wsp_intr_callback()1099 sc->index[1]->touch_major > tun.pressure_tap_threshold-40 && in wsp_intr_callback()[all …]