Home
last modified time | relevance | path

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

/reactos/drivers/usb/usbport/
H A Dusb2.c1305 ULONG LatestStart; in USB2_AllocateTimeForEndpoint() local
1456 LatestStart = USB2_HUB_DELAY + USB2_FS_SOF_TIME; in USB2_AllocateTimeForEndpoint()
1491 LatestStart = max(LatestStart, StartTime); in USB2_AllocateTimeForEndpoint()
1494 TtEndpoint->StartTime = LatestStart; in USB2_AllocateTimeForEndpoint()
1496 if ((LatestStart + TtEndpoint->CalcBusTime) > USB2_FS_MAX_PERIODIC_ALLOCATION) in USB2_AllocateTimeForEndpoint()
1539 calcBusTime = LatestStart + TtEndpoint->CalcBusTime - in USB2_AllocateTimeForEndpoint()