Searched refs:IdeControllerInit (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/
H A DIdeController.c318 EFI_IDE_CONTROLLER_INIT_PROTOCOL *IdeControllerInit; local
326 (VOID **) &IdeControllerInit,
338 if ((void *)IdeControllerInit != (void *)&gEfiIdeControllerInit) {
H A DIdeController.h22 #include <Protocol/IdeControllerInit.h>
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
H A DAtaAtapiPassThru.c34 NULL, // IdeControllerInit Protocol
522 EFI_IDE_CONTROLLER_INIT_PROTOCOL *IdeControllerInit; local
555 (VOID **) &IdeControllerInit,
658 EFI_IDE_CONTROLLER_INIT_PROTOCOL *IdeControllerInit; local
665 IdeControllerInit = NULL;
674 (VOID **) &IdeControllerInit,
738 Instance->IdeControllerInit = IdeControllerInit;
786 if (IdeControllerInit != NULL) {
H A DAtaAtapiPassThru.h24 #include <Protocol/IdeControllerInit.h>
87 EFI_IDE_CONTROLLER_INIT_PROTOCOL *IdeControllerInit; member in struct:__anon10798
H A DIdeMode.c2591 IdeInit = Instance->IdeControllerInit;
2805 IdeInit = Instance->IdeControllerInit;
2821 // now obtain channel information fron IdeControllerInit protocol.
H A DAhciMode.c2165 IdeInit = Instance->IdeControllerInit;
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
H A DIdeBus.h22 #include <Protocol/IdeControllerInit.h>

Completed in 355 milliseconds