Lines Matching refs:pressure_tap_threshold
99 int pressure_tap_threshold; member
113 .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()
1100 sc->index[2]->touch_major > tun.pressure_tap_threshold-40) in wsp_intr_callback()