Searched defs:TDs (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhciQueue.h85 UHCI_TD_SW *TDs; member in struct:_UHCI_QH_SW
178 Delete a list of TDs.
H A DUhci.c626 UHCI_TD_SW *TDs; local
639 TDs = NULL;
706 TDs = UhciCreateCtrlTds (
719 if (TDs == NULL) {
729 UhciLinkTdToQh (Uhc, Uhc->CtrlQh, TDs);
730 Status = UhciExecuteTransfer (Uhc, Uhc->CtrlQh, TDs, TimeOut, IsSlowDevice, &QhResult);
731 UhciUnlinkTdFromQh (Uhc->CtrlQh, TDs);
741 UhciDestoryTds (Uhc, TDs);
797 UHCI_TD_SW *TDs; local
843 // then create a list of TDs
1126 UHCI_TD_SW *TDs; local
[all...]

Completed in 34 milliseconds