Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
DUhciSched.c737 InsertHeadList (&(Uhc->AsyncIntList), &(AsyncReq->Link)); in UhciCreateAsyncReq()
840 if (IsListEmpty (&(Uhc->AsyncIntList))) { in UhciRemoveAsyncReq()
848 Link = Uhc->AsyncIntList.ForwardLink; in UhciRemoveAsyncReq()
859 } while (Link != &(Uhc->AsyncIntList)); in UhciRemoveAsyncReq()
940 Head = &(Uhc->AsyncIntList); in UhciFreeAllAsyncReq()
983 if (IsListEmpty (&(Uhc->AsyncIntList))) { in UhciMonitorAsyncReqList()
990 Link = Uhc->AsyncIntList.ForwardLink; in UhciMonitorAsyncReqList()
1044 } while (Link != &(Uhc->AsyncIntList)); in UhciMonitorAsyncReqList()
DUhci.h136 LIST_ENTRY AsyncIntList; member
DUhci.c1481 InitializeListHead (&Uhc->AsyncIntList); in UhciAllocateDev()