Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
DOhciSched.c40 if (Ohc->InterruptContextList == NULL) { in OhciAddInterruptContextEntry()
41 Ohc->InterruptContextList = NewEntry; in OhciAddInterruptContextEntry()
43 Entry = Ohc->InterruptContextList; in OhciAddInterruptContextEntry()
120 while (Ohc->InterruptContextList != NULL && in OhciFreeInterruptContext()
121 Ohc->InterruptContextList->DeviceAddress == DeviceAddress && in OhciFreeInterruptContext()
122 Ohc->InterruptContextList->EndPointAddress == EndPointAddress) { in OhciFreeInterruptContext()
123 TempEntry = Ohc->InterruptContextList; in OhciFreeInterruptContext()
124 Ohc->InterruptContextList = Ohc->InterruptContextList->NextEntry; in OhciFreeInterruptContext()
131 Entry = Ohc->InterruptContextList; in OhciFreeInterruptContext()
434 Entry = Ohc->InterruptContextList; in OhciHouseKeeper()
[all …]
DOhciUrb.c835 while (Ohc->InterruptContextList != NULL) { in OhciFreeDynamicIntMemory()
836 Entry = Ohc->InterruptContextList; in OhciFreeDynamicIntMemory()
837 Ohc->InterruptContextList = Ohc->InterruptContextList->NextEntry; in OhciFreeDynamicIntMemory()
DOhci.h78 INTERRUPT_CONTEXT_ENTRY *InterruptContextList; member
DOhci.c2057 Ohc->InterruptContextList = NULL; in OhciAllocateDev()