Searched refs:AtaPassThru (Results 1 – 9 of 9) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaBusDxe/ |
D | AtaBus.c | 114 …nedPages (EFI_SIZE_TO_PAGES (BufferSize), AtaDevice->AtaBusDriverData->AtaPassThru->Mode->IoAlign); in AllocateAlignedBuffer() 226 EFI_ATA_PASS_THRU_PROTOCOL *AtaPassThru; in RegisterAtaDevice() local 240 AtaPassThru = AtaBusDriverData->AtaPassThru; in RegisterAtaDevice() 241 Status = AtaPassThru->BuildDevicePath (AtaPassThru, Port, PortMultiplierPort, &NewDevicePathNode); in RegisterAtaDevice() 383 (VOID **) &AtaPassThru, in RegisterAtaDevice() 427 EFI_ATA_PASS_THRU_PROTOCOL *AtaPassThru; in UnregisterAtaDevice() local 499 (VOID **) &AtaPassThru, in UnregisterAtaDevice() 529 (VOID **) &AtaPassThru, in UnregisterAtaDevice() 596 EFI_ATA_PASS_THRU_PROTOCOL *AtaPassThru; in AtaBusDriverBindingSupported() local 606 (VOID **) &AtaPassThru, in AtaBusDriverBindingSupported() [all …]
|
D | AtaPassThruExecute.c | 126 EFI_ATA_PASS_THRU_PROTOCOL *AtaPassThru; in AtaDevicePassThru() local 148 AtaPassThru = AtaDevice->AtaBusDriverData->AtaPassThru; in AtaDevicePassThru() 150 Status = AtaPassThru->PassThru ( in AtaDevicePassThru() 151 AtaPassThru, in AtaDevicePassThru() 184 EFI_ATA_PASS_THRU_PROTOCOL *AtaPassThru; in ResetAtaDevice() local 186 AtaPassThru = AtaDevice->AtaBusDriverData->AtaPassThru; in ResetAtaDevice() 197 return AtaPassThru->ResetDevice ( in ResetAtaDevice() 198 AtaPassThru, in ResetAtaDevice() 351 BlockMedia->IoAlign = AtaDevice->AtaBusDriverData->AtaPassThru->Mode->IoAlign; in IdentifyAtaDevice() 1004 EFI_ATA_PASS_THRU_PROTOCOL *AtaPassThru; in TrustTransferAtaDevice() local [all …]
|
D | AtaBus.h | 91 EFI_ATA_PASS_THRU_PROTOCOL *AtaPassThru; member
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/ |
D | AtaAtapiPassThruDxe.uni | 4 // This driver installs AtaPassThru and ExtScsiPassThru protocol in each ide/sata controller 21 #string STR_MODULE_DESCRIPTION #language en-US "This driver installs AtaPassThru and ExtSc…
|
D | AtaAtapiPassThru.inf | 4 # This driver installs AtaPassThru and ExtScsiPassThru protocol in each ide/sata controller
|
D | AtaAtapiPassThru.h | 90 EFI_ATA_PASS_THRU_PROTOCOL AtaPassThru; member 156 AtaPassThru, \
|
D | AtaAtapiPassThru.c | 745 Instance->AtaPassThru.Mode = &Instance->AtaPassThruMode; in AtaAtapiPassThruStart() 781 &gEfiAtaPassThruProtocolGuid, &(Instance->AtaPassThru), in AtaAtapiPassThruStart() 851 EFI_ATA_PASS_THRU_PROTOCOL *AtaPassThru; in AtaAtapiPassThruStop() local 861 (VOID **) &AtaPassThru, in AtaAtapiPassThruStop() 871 Instance = ATA_PASS_THRU_PRIVATE_DATA_FROM_THIS (AtaPassThru); in AtaAtapiPassThruStop() 875 &gEfiAtaPassThruProtocolGuid, &(Instance->AtaPassThru), in AtaAtapiPassThruStop()
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiHandleParsingLib/ |
D | UefiHandleParsingLib.uni | 213 #string STR_ATA_PASS_THRU #language en-US "AtaPassThru"
|
/device/linaro/bootloader/edk2/MdePkg/ |
D | MdePkg.dec | 1466 ## Include/Protocol/AtaPassThru.h
|