Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/bus_managers/usb/
H A DHub.cpp483 uint32 stableTime = 0; in _DebouncePort() local
493 stableTime += USB_DEBOUNCE_CHECK_INTERVAL; in _DebouncePort()
494 if (stableTime >= USB_DEBOUNCE_STABLE_TIME) in _DebouncePort()
507 stableTime = 0; in _DebouncePort()