Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dmatrixkp_subr.c89 if (sc->debounce_stable_ms == 0) in mxkp_attach()
153 } while (TV_ELAPSED_US(now, start) <= (sc->debounce_stable_ms * 1000)); in mxkp_debounce()
H A Dmatrixkpvar.h37 u_int32_t debounce_stable_ms; member
/netbsd-src/sys/arch/evbarm/tsarm/
H A Dtskp.c140 sc->sc_mxkp.debounce_stable_ms = 3; in tskp_attach()