HomeSort by relevance Sort by last modified time
    Searched refs:PciHandle (Results 1 - 19 of 19) sorted by null

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/
IsaDriver.c 90 EFI_HANDLE PciHandle;
108 Status = gBS->LocateDevicePath (&gEfiPciIoProtocolGuid, &DevicePath, &PciHandle);
175 EFI_HANDLE PciHandle;
203 Status = gBS->LocateDevicePath (&gEfiPciIoProtocolGuid, &TempDevicePath, &PciHandle);
205 Status = gBS->HandleProtocol (PciHandle, &gEfiPciIoProtocolGuid, (VOID **) &PciIo);
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Pci/Dxe/PciPlatform/
PciPlatform.c 84 IN EFI_HANDLE PciHandle,
91 Return a PCI ROM image for the onboard device represented by PciHandle
95 PciHandle - PCI device to return the ROM image for.
117 PciHandle,
139 // See if the PCI device specified by PciHandle matches at device in mPciOptionRomTable
PciPlatform.h 81 IN EFI_HANDLE PciHandle,
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
LegacyPci.c 49 @param PciHandle PCI device whos ROM has been shadowed
56 @retval EFI_NOT_FOUND No logged data found about PciHandle.
61 IN EFI_HANDLE PciHandle,
77 // Get the PCI I/O Protocol on PciHandle
80 PciHandle,
136 @param PciHandle PCI device whos ROM is being shadowed
151 IN EFI_HANDLE PciHandle,
168 // Get the PCI I/O Protocol on PciHandle
171 PciHandle,
200 Return EFI_SUCCESS if PciHandle has had a legacy BIOS ROM shadowed. This
    [all...]
LegacyBiosInterface.h 823 @param PciHandle The PCI PC-AT OPROM from this devices ROM BAR will
837 IN EFI_HANDLE PciHandle,
893 Load a legacy PC-AT OPROM on the PciHandle device. Return information
898 @param PciHandle The PCI PC-AT OPROM from this devices ROM BAR will
903 and thus no PciHandle, otherwise is must be NULL.
914 @retval EFI_INVALID_PARAMETER PciHandle not found
923 IN EFI_HANDLE PciHandle,
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/D03/Drivers/PciPlatform/
PciPlatform.h 155 IN EFI_HANDLE PciHandle,
163 Return a PCI ROM image for the onboard device represented by PciHandle.
168 PciHandle - PCI device to return the ROM image for.
PciPlatform.c 223 IN EFI_HANDLE PciHandle,
231 Return a PCI ROM image for the onboard device represented by PciHandle.
236 PciHandle - PCI device to return the ROM image for.
256 PciHandle,
273 // See if the PCI device specified by PciHandle matches at device in mPciOptionRomTable
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/PciPlatform/
PciPlatform.h 162 IN EFI_HANDLE PciHandle,
181 PciHandle - The handle of the PCI device.
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
PciPlatform.h 292 @param[in] PciHandle The handle of the PCI device.
311 IN EFI_HANDLE PciHandle,
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PciPlatform/
PciPlatform.h 90 IN EFI_HANDLE PciHandle,
PciPlatform.c 175 @param PciHandle Identify the specific PCI devic
188 IN EFI_HANDLE PciHandle,
233 PciHandle,
289 // See if the PCI device specified by PciHandle matches at device in mPciOptionRomTable
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/Legacy8259/
Legacy8259.h 258 IN EFI_HANDLE PciHandle,
264 PciHandle represents a PCI config space of a PCI function. Vector
271 PciHandle - PCI function to return vector for
276 EFI_INVALID_PARAMETER - PciHandle not valid
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
Legacy8259.h 212 PciHandle represents a PCI config space of a PCI function. Vector
218 @param PciHandle The PCI function to return the vector for.
222 @retval EFI_INVALID_PARAMETER PciHandle not valid.
229 IN EFI_HANDLE PciHandle,
LegacyBios.h     [all...]
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/8259InterruptControllerDxe/
8259.h 195 @param[in] PciHandle PCI function for which to return the vector.
205 IN EFI_HANDLE PciHandle,
8259.c 502 @param[in] PciHandle PCI function for which to return the vector.
512 IN EFI_HANDLE PciHandle,
521 PciHandle,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConPlatformDxe/
ConPlatform.c 1095 EFI_HANDLE PciHandle;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyBios/
LegacyBios.h 416 IN EFI_HANDLE PciHandle,
430 PciHandle - The PCI PC-AT OPROM from this devices ROM BAR will be loaded
446 IN EFI_HANDLE PciHandle,
457 Load a legacy PC-AT OPROM on the PciHandle device. Return information
463 PciHandle - The PCI PC-AT OPROM from this devices ROM BAR will be loaded.
467 no hardware associated with the ROM and thus no PciHandle,
479 EFI_INVALID_PARAMETER - PciHandle not found
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/Dxe/AcpiPlatform/
AcpiPciUpdate.c 971 @param PciHandle ACPI pci device handle
978 IN EFI_ACPI_HANDLE PciHandle,
989 Status = AcpiSdt->FindPath (PciHandle, "_PRT", &PrtMethodHandle);
1140 @param PciHandle ACPI pci device handle
1147 IN EFI_ACPI_HANDLE PciHandle,
1158 Status = AcpiSdt->FindPath (PciHandle, "_PRW", &PrwPkgHandle);
    [all...]

Completed in 1519 milliseconds