Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/usb/input/
HDwsp.c95 int z_invert; member
106 .z_invert = 0,
119 WSP_CLAMP(ptun->z_invert, 0, 1); in wsp_runing_rangecheck()
131 SYSCTL_INT(_hw_usb_wsp, OID_AUTO, z_invert, CTLFLAG_RWTUN,
132 &wsp_tuning.z_invert, 0, "enable Z-axis inversion");
1231 dz = (sc->dz_sum / tun.z_factor) * (tun.z_invert ? -1 : 1); in wsp_intr_callback()