Searched refs:hub_delay (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dusb.h642 * @hub_delay: cached value consisting of:
643 * parent->hub_delay + wHubDelay + tTPTransmissionDelay (40ns)
729 u16 hub_delay; member in struct:usb_device
/linux-master/drivers/usb/core/
H A Dhub.c1491 delay += hdev->parent->hub_delay;
1494 hdev->hub_delay = min_t(u32, delay, USB_TP_TRANSMISSION_DELAY_MAX);
5083 delay = udev->parent->hub_delay;
5084 udev->hub_delay = min_t(u32, delay,
H A Dmessage.c1095 dev->hub_delay, 0, NULL, 0,

Completed in 103 milliseconds