Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/core/
H A Dhub.c2822 #define GET_DESCRIPTOR_TRIES 1 macro
2829 #define GET_DESCRIPTOR_TRIES 2 macro
4966 for (retries = 0; retries < GET_DESCRIPTOR_TRIES; (++retries, msleep(100))) { in hub_port_init()