HomeSort by relevance Sort by last modified time
    Searched refs:TDs (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
Uhci.c 637 UHCI_TD_SW *TDs;
650 TDs = NULL;
717 TDs = UhciCreateCtrlTds (
730 if (TDs == NULL) {
740 UhciLinkTdToQh (Uhc, Uhc->CtrlQh, TDs);
741 Status = UhciExecuteTransfer (Uhc, Uhc->CtrlQh, TDs, TimeOut, IsSlowDevice, &QhResult);
742 UhciUnlinkTdFromQh (Uhc->CtrlQh, TDs);
752 UhciDestoryTds (Uhc, TDs);
808 UHCI_TD_SW *TDs;
854 // then create a list of TDs
    [all...]
UhciDebug.c 31 DEBUG ((EFI_D_VERBOSE, "QhSw.TDs - 0x%p\n", QhSw->TDs));
UhciQueue.c 174 Qh->TDs = (VOID *) Td;
194 Qh->TDs = NULL;
225 Delete a list of TDs.
278 Qh->TDs = NULL;
476 Create Tds list for Control Transfer.
480 @param DataPktId Packet Identification of Data Tds.
588 // Link setup Td -> data Tds -> status Td together
613 Create Tds list for Bulk/Interrupt Transfer.
618 @param PktId Packet Identification of Data Tds.
626 @return The Tds list head for the bulk transfer.
    [all...]
UhciQueue.h 85 UHCI_TD_SW *TDs;
178 Delete a list of TDs.
210 Create Tds list for Control Transfer.
214 @param DataPktId Packet Identification of Data Tds.
242 Create Tds list for Bulk/Interrupt Transfer.
247 @param PktId Packet Identification of Data Tds.
255 @return The Tds list head for the bulk transfer.
  /external/llvm/tools/llvm-cxxdump/
llvm-cxxdump.cpp 161 std::map<StringRef, TypeDescriptor> TDs;
271 TDs[SymName] = TD;
386 for (const auto &TDPair : TDs) {

Completed in 588 milliseconds