Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/usb/core/
H A Dhub.c2792 #define PORT_RESET_TRIES 2 macro
2799 #define PORT_RESET_TRIES 5 macro
2989 for (i = 0; i < PORT_RESET_TRIES; i++) { in hub_port_reset()
3013 (status == -EBUSY && i == PORT_RESET_TRIES - 1)) { in hub_port_reset()
/kernel/linux/linux-5.10/drivers/usb/core/
H A Dhub.c2823 #define PORT_RESET_TRIES 2 macro
2830 #define PORT_RESET_TRIES 5 macro
3021 for (i = 0; i < PORT_RESET_TRIES; i++) { in hub_port_reset()

Completed in 15 milliseconds