Home
last modified time | relevance | path

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

/freebsd/sys/dev/hid/
H A Dhms.c124 uint32_t drift_thresh; member
146 if (sc->drift_thresh != 0 && sc->drift_cnt >= sc->drift_thresh) in hms_intr()
273 sc->drift_thresh = 2; in hms_attach()
276 "drift_thresh", CTLFLAG_RW, &sc->drift_thresh, 0, in hms_attach()