Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/input/
H A Dwsp.c97 int pressure_touch_threshold; member
111 .pressure_touch_threshold = 50,
127 WSP_CLAMP(ptun->pressure_touch_threshold, 1, 255); in wsp_runing_rangecheck()
143 SYSCTL_INT(_hw_usb_wsp, OID_AUTO, pressure_touch_threshold, CTLFLAG_RWTUN,
144 &wsp_tuning.pressure_touch_threshold, 0, "touch pressure threshold");
1168 } else if (sc->index[0]->touch_major >= tun.pressure_touch_threshold && in wsp_intr_callback()
1171 } else if (sc->index[0]->touch_major >= tun.pressure_touch_threshold && in wsp_intr_callback()
1181 sc->index[0]->touch_major >= tun.pressure_touch_threshold) { in wsp_intr_callback()