Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvHub.c4611 int delay_time, stable_count; in hub_port_debounce() local
4686 stable_count = 0; in hub_port_debounce()
4696 if (++stable_count == HUB_DEBOUNCE_STABLE) in hub_port_debounce()
4700 stable_count = 0; in hub_port_debounce()
4780 port + 1, delay_time, stable_count, portstatus); in hub_port_debounce()