Home
last modified time | relevance | path

Searched refs:pressure_untouch_threshold (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/usb/input/
H A Dwsp.c101 int pressure_untouch_threshold; member
120 .pressure_untouch_threshold = 10,
141 WSP_CLAMP(ptun->pressure_untouch_threshold, 1, 255); in wsp_running_rangecheck()
167 SYSCTL_INT(_hw_usb_wsp, OID_AUTO, pressure_untouch_threshold, CTLFLAG_RWTUN,
168 &wsp_tuning.pressure_untouch_threshold, 0, "untouch pressure threshold");
1132 if (sc->index[0]->touch_major < tun.pressure_untouch_threshold && in wsp_intr_callback()