Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/usb/input/
HDwsp.c98 int pressure_untouch_threshold; member
109 .pressure_untouch_threshold = 10,
122 WSP_CLAMP(ptun->pressure_untouch_threshold, 1, 255); in wsp_runing_rangecheck()
136 SYSCTL_INT(_hw_usb_wsp, OID_AUTO, pressure_untouch_threshold, CTLFLAG_RWTUN,
137 &wsp_tuning.pressure_untouch_threshold, 0, "untouch pressure threshold");
1075 if (sc->index[0]->touch_major < tun.pressure_untouch_threshold && in wsp_intr_callback()