Searched refs:tap_timeout (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/atkbdc/
H A Dpsm.c2974 static int tap_timeout = PSM_TAP_TIMEOUT; variable
2975 SYSCTL_INT(_hw_psm, OID_AUTO, tap_timeout, CTLFLAG_RW, &tap_timeout, 0,
3863 .tv_sec = tap_timeout / 1000000,
3864 .tv_usec = tap_timeout % 1000000,
4033 * - the action ended before tap_timeout
6107 sc->syninfo.taphold_timeout = tap_timeout;

Completed in 115 milliseconds