Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/I2c/I2cDxe/
DI2cHost.c618 LIST_ENTRY *EntryHeader; in I2cHostI2cBusConfigurationAvailable() local
657 EntryHeader = &I2cHostContext->RequestList; in I2cHostI2cBusConfigurationAvailable()
658 Entry = GetFirstNode (EntryHeader); in I2cHostI2cBusConfigurationAvailable()
700 LIST_ENTRY *EntryHeader; in I2cHostRequestComplete() local
706 EntryHeader = &I2cHostContext->RequestList; in I2cHostRequestComplete()
707 Entry = GetFirstNode (EntryHeader); in I2cHostRequestComplete()
734 if(!IsListEmpty (EntryHeader)) { in I2cHostRequestComplete()
801 LIST_ENTRY *EntryHeader; in I2cHostRequestEnable() local
814 EntryHeader = &I2cHostContext->RequestList; in I2cHostRequestEnable()
815 Entry = GetFirstNode (EntryHeader); in I2cHostRequestEnable()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
DAtaAtapiPassThru.c387 LIST_ENTRY *EntryHeader; in AsyncNonBlockingTransferRoutine() local
393 EntryHeader = &Instance->NonBlockingTaskList; in AsyncNonBlockingTransferRoutine()
399 if (!IsListEmpty (EntryHeader)) { in AsyncNonBlockingTransferRoutine()
400 Entry = GetFirstNode (EntryHeader); in AsyncNonBlockingTransferRoutine()