Home
last modified time | relevance | path

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

/reactos/drivers/usb/usbport/
H A Dusb2.c1306 PUSB2_TT_ENDPOINT prevEndpoint; in USB2_AllocateTimeForEndpoint() local
1472 prevEndpoint = Tt->FrameBudget[frame].IsoEndpoint; in USB2_AllocateTimeForEndpoint()
1474 prevEndpoint = Tt->FrameBudget[frame].IntEndpoint; in USB2_AllocateTimeForEndpoint()
1476 for (nextEndpoint = prevEndpoint->NextTtEndpoint; in USB2_AllocateTimeForEndpoint()
1483 prevEndpoint = nextEndpoint; in USB2_AllocateTimeForEndpoint()
1488 prevEndpoint, in USB2_AllocateTimeForEndpoint()