Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/
H A Dusb_hub.c605 int stable_time = 0; in uhub_port_debounce() local
621 stable_time += UHUB_DEBOUNCE_STEP; in uhub_port_debounce()
622 if (stable_time >= UHUB_DEBOUNCE_STABLE) in uhub_port_debounce()
625 stable_time = 0; in uhub_port_debounce()
640 if (stable_time < UHUB_DEBOUNCE_STABLE) in uhub_port_debounce()

Completed in 4 milliseconds