HomeSort by relevance Sort by last modified time
    Searched defs:IdeControllerInit (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/
IdeController.c 265 EFI_IDE_CONTROLLER_INIT_PROTOCOL *IdeControllerInit;
273 (VOID **) &IdeControllerInit,
285 if (IdeControllerInit != &gEfiIdeControllerInit) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
AtaAtapiPassThru.h 24 #include <Protocol/IdeControllerInit.h>
87 EFI_IDE_CONTROLLER_INIT_PROTOCOL *IdeControllerInit;
    [all...]
AtaAtapiPassThru.c 34 NULL, // IdeControllerInit Protocol
534 EFI_IDE_CONTROLLER_INIT_PROTOCOL *IdeControllerInit;
567 (VOID **) &IdeControllerInit,
670 EFI_IDE_CONTROLLER_INIT_PROTOCOL *IdeControllerInit;
677 IdeControllerInit = NULL;
686 (VOID **) &IdeControllerInit,
750 Instance->IdeControllerInit = IdeControllerInit;
798 if (IdeControllerInit != NULL) {
    [all...]

Completed in 765 milliseconds