Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
DOhciSched.c422 INTERRUPT_CONTEXT_ENTRY *PreEntry; in OhciHouseKeeper() local
435 PreEntry = NULL; in OhciHouseKeeper()
442 PreEntry = Entry; in OhciHouseKeeper()
519 if (PreEntry == NULL) { in OhciHouseKeeper()
522 PreEntry = Entry; in OhciHouseKeeper()
523 PreEntry->NextEntry = Entry->NextEntry; in OhciHouseKeeper()
525 OhciFreeInterruptContextEntry (Ohc, PreEntry); in OhciHouseKeeper()
529 PreEntry = Entry; in OhciHouseKeeper()