Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
DEhcPeim.h78 #define EFI_LIST_FOR_EACH_SAFE(Entry, NextEntry, ListHead) \ macro
DEhciUrb.c300 EFI_LIST_FOR_EACH_SAFE (Entry, Next, Qtds) { in EhcFreeQtds()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
DEhci.h97 #define EFI_LIST_FOR_EACH_SAFE(Entry, NextEntry, ListHead) \ macro
DEhciSched.c766 EFI_LIST_FOR_EACH_SAFE (Entry, Next, &Ehc->AsyncIntTransfers) { in EhciDelAsyncIntTransfer()
806 EFI_LIST_FOR_EACH_SAFE (Entry, Next, &Ehc->AsyncIntTransfers) { in EhciDelAllAsyncIntTransfers()
982 EFI_LIST_FOR_EACH_SAFE (Entry, Next, &Ehc->AsyncIntTransfers) { in EhcMonitorAsyncRequests()
DEhciUrb.c308 EFI_LIST_FOR_EACH_SAFE (Entry, Next, Qtds) { in EhcFreeQtds()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsPassThruDxe/
DUfsPassThru.h57 #define EFI_LIST_FOR_EACH_SAFE(Entry, NextEntry, ListHead) \ macro
DUfsPassThru.c1015 EFI_LIST_FOR_EACH_SAFE (Entry, NextEntry, &Private->Queue) { in UfsPassThruDriverBindingStop()
DUfsPassThruHci.c2259 EFI_LIST_FOR_EACH_SAFE (Entry, NextEntry, &Private->Queue) { in ProcessAsyncTaskList()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
DXhci.h90 #define EFI_LIST_FOR_EACH_SAFE(Entry, NextEntry, ListHead) \ macro
DXhciSched.c1003 EFI_LIST_FOR_EACH_SAFE (Entry, Next, &Xhc->AsyncIntTransfers) { in IsAsyncIntTrb()
1324 EFI_LIST_FOR_EACH_SAFE (Entry, Next, &Xhc->AsyncIntTransfers) { in XhciDelAsyncIntTransfer()
1354 EFI_LIST_FOR_EACH_SAFE (Entry, Next, &Xhc->AsyncIntTransfers) { in XhciDelAllAsyncIntTransfers()
1471 EFI_LIST_FOR_EACH_SAFE (Entry, Next, &Xhc->AsyncIntTransfers) { in XhcMonitorAsyncRequests()