Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/core/
H A Dhub.c4589 int total_time, stable_time = 0; in hub_port_debounce() local
4601 stable_time += HUB_DEBOUNCE_STEP; in hub_port_debounce()
4602 if (stable_time >= HUB_DEBOUNCE_STABLE) in hub_port_debounce()
4605 stable_time = 0; in hub_port_debounce()
4620 total_time, stable_time, portstatus); in hub_port_debounce()
4622 if (stable_time < HUB_DEBOUNCE_STABLE) in hub_port_debounce()
/kernel/linux/linux-6.6/drivers/usb/core/
H A Dhub.c4605 int total_time, stable_time = 0; in hub_port_debounce() local
4617 stable_time += HUB_DEBOUNCE_STEP; in hub_port_debounce()
4618 if (stable_time >= HUB_DEBOUNCE_STABLE) in hub_port_debounce()
4621 stable_time = 0; in hub_port_debounce()
4636 total_time, stable_time, portstatus); in hub_port_debounce()
4638 if (stable_time < HUB_DEBOUNCE_STABLE) in hub_port_debounce()

Completed in 18 milliseconds