Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/input/
H A Dwsp.c99 int t_invert; member
118 .t_invert = 0,
139 WSP_CLAMP(ptun->t_invert, 0, 1); in wsp_running_rangecheck()
163 SYSCTL_INT(_hw_usb_wsp, OID_AUTO, t_invert, CTLFLAG_RWTUN,
164 &wsp_tuning.t_invert, 0, "enable T-axis (horizontal) inversion");
1311 dz = (sc->dz_sum / tun.t_factor) * (tun.t_invert ? -1 : 1); in wsp_intr_callback()
1316 sc->dt_sum += dx * (tun.t_invert ? -1 : 1); in wsp_intr_callback()