Searched refs:stable_time (Results 1 – 1 of 1) sorted by relevance
4633 int total_time, stable_time = 0; in hub_port_debounce() local 4645 stable_time += HUB_DEBOUNCE_STEP; in hub_port_debounce() 4646 if (stable_time >= HUB_DEBOUNCE_STABLE) in hub_port_debounce() 4649 stable_time = 0; in hub_port_debounce() 4664 total_time, stable_time, portstatus); in hub_port_debounce() 4666 if (stable_time < HUB_DEBOUNCE_STABLE) in hub_port_debounce()