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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/PciHostBridgeResourceAllocation/
PciHostBridgeResourceAllocation.h 160 IN OUT EFI_HANDLE *RootBridgeHandle
170 RootBridgeHandle -- Returns the device handle of the next PCI Root Bridge.
171 On input, it holds the RootBridgeHandle returned by the most
173 PCI Root Bridge is returned if RootBridgeHandle is NULL on input
177 EFI_INVALID_PARAMETER - RootBridgeHandle is invalid
186 IN EFI_HANDLE RootBridgeHandle,
196 RootBridgeHandle -- The device handle of the PCI Root Bridge
202 EFI_INVALID_PARAMETER - RootBridgeHandle is invalid
212 IN EFI_HANDLE RootBridgeHandle,
223 RootBridgeHandle -- The PCI Root Bridge to be set up
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/
PciHostBridge.h 89 @param RootBridgeHandle Returns the device handle of the next PCI Root Bridge.
90 On input, it holds the RootBridgeHandle returned by the most
92 PCI Root Bridge is returned if RootBridgeHandle is NULL on input.
103 IN OUT EFI_HANDLE *RootBridgeHandle
111 @param RootBridgeHandle - The device handle of the PCI Root Bridge
117 @retval RootBridgeHandle is not an EFI_HANDLE
126 IN EFI_HANDLE RootBridgeHandle,
136 @param RootBridgeHandle - The PCI Root Bridge to be set up.
141 @retval EFI_INVALID_PARAMETER - RootBridgeHandle is not a valid handle.
148 IN EFI_HANDLE RootBridgeHandle,
    [all...]
PciHostBridge.c     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
PciHostBridgeResourceAllocation.h 200 @param[in,out] RootBridgeHandle Returns the device handle of the next PCI root bridge. On input, it holds the
201 RootBridgeHandle that was returned by the most recent call to
202 GetNextRootBridge(). If RootBridgeHandle is NULL on input, the handle
206 @retval EFI_INVALID_PARAMETER RootBridgeHandle is not an EFI_HANDLE that was returned
215 IN OUT EFI_HANDLE *RootBridgeHandle
223 @param[in] RootBridgeHandle The device handle of the PCI root bridge in which the caller is interested.
227 @retval EFI_INVALID_PARAMETER RootBridgeHandle is not a valid root bridge handle.
235 IN EFI_HANDLE RootBridgeHandle,
244 @param[in] RootBridgeHandle The PCI root bridge to be set up.
249 @retval EFI_INVALID_PARAMETER RootBridgeHandle is not a valid root bridge handle.
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Pci/Dxe/PciHostBridge/
PciHostBridge.h 112 IN OUT EFI_HANDLE *RootBridgeHandle
124 RootBridgeHandle - Returns the device handle of the next PCI Root Bridge.
125 On input, it holds the RootBridgeHandle returned by the most
127 PCI Root Bridge is returned if RootBridgeHandle is NULL on input.
142 IN EFI_HANDLE RootBridgeHandle,
154 RootBridgeHandle - The device handle of the PCI Root Bridge
162 RootBridgeHandle is not an EFI_HANDLE
173 IN EFI_HANDLE RootBridgeHandle,
186 RootBridgeHandle - The PCI Root Bridge to be set up.
193 EFI_INVALID_PARAMETER - RootBridgeHandle is not a valid handle.
    [all...]
PciHostBridgeSupport.c 24 IN EFI_HANDLE RootBridgeHandle,
36 RootBridgeHandle -- The PCI Root Bridge handle
63 Status = gBS->HandleProtocol (RootBridgeHandle, &gEfiPciRootBridgeIoProtocolGuid, (VOID **) &mPciRootBridgeIo);
PciHostBridge.c 665 IN OUT EFI_HANDLE *RootBridgeHandle
676 RootBridgeHandle - Returns the device handle of the next PCI Root Bridge.
677 On input, it holds the RootBridgeHandle returned by the most
679 PCI Root Bridge is returned if RootBridgeHandle is NULL on input.
701 if (*RootBridgeHandle == NULL) {
705 *RootBridgeHandle = RootBridgeInstance->Handle;
708 if (*RootBridgeHandle == RootBridgeInstance->Handle) {
715 *RootBridgeHandle = RootBridgeInstance->Handle;
740 IN EFI_HANDLE RootBridgeHandle,
751 RootBridgeHandle - The device handle of the PCI Root Bridge
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
PciDeviceSupport.h 189 IN EFI_HANDLE RootBridgeHandle
199 RootBridgeHandle - TODO: add argument description
210 EFI_HANDLE RootBridgeHandle
220 RootBridgeHandle - TODO: add argument description
241 IN EFI_HANDLE RootBridgeHandle
251 RootBridgeHandle - TODO: add argument description
PciDeviceSupport.c 727 IN EFI_HANDLE RootBridgeHandle
735 RootBridgeHandle - An efi handle.
760 Dev->Handle = RootBridgeHandle;
768 EFI_HANDLE RootBridgeHandle
777 RootBridgeHandle - An efi handle.
793 if (RootBridgeDev->Handle == RootBridgeHandle) {
805 IN EFI_HANDLE RootBridgeHandle
811 This function searches if RootBridgeHandle has already existed
818 RootBridgeHandle - An efi handle.
828 Bridge = GetRootBridgeByHandle (RootBridgeHandle);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciDeviceSupport.h 119 @param RootBridgeHandle The root bridge device handle.
125 EFI_HANDLE RootBridgeHandle,
190 @param RootBridgeHandle Specified root bridge hanle.
198 IN EFI_HANDLE RootBridgeHandle
204 @param RootBridgeHandle Given root bridge handle.
212 EFI_HANDLE RootBridgeHandle
PciEnumerator.c 174 EFI_HANDLE RootBridgeHandle;
186 RootBridgeHandle = RootBridgeDev->Handle;
199 RootBridgeHandle,
301 RootBridgeHandle,
525 EFI_HANDLE RootBridgeHandle;
528 RootBridgeHandle = RootBridgeDev->Handle;
535 RootBridgeHandle,
640 EFI_HANDLE RootBridgeHandle;
644 RootBridgeHandle = NULL;
646 while (PciResAlloc->GetNextRootBridge (PciResAlloc, &RootBridgeHandle) == EFI_SUCCESS) {
    [all...]
PciLib.c 113 @param RootBridgeHandle Specific parent root bridge handle.
119 IN EFI_HANDLE RootBridgeHandle,
141 RemoveRejectedPciDevices (RootBridgeHandle, Temp);
152 RemoveAllPciDeviceOnBridge (RootBridgeHandle, Temp);
367 EFI_HANDLE RootBridgeHandle;
414 RootBridgeHandle = 0;
416 while (PciResAlloc->GetNextRootBridge (PciResAlloc, &RootBridgeHandle) == EFI_SUCCESS) {
420 RootBridgeDev = GetRootBridgeByHandle (RootBridgeHandle);
627 RootBridgeHandle = 0;
635 while (PciResAlloc->GetNextRootBridge (PciResAlloc, &RootBridgeHandle) == EFI_SUCCESS) {
    [all...]
PciLib.h 49 @param RootBridgeHandle Specific parent root bridge handle.
55 IN EFI_HANDLE RootBridgeHandle,
PciDeviceSupport.c 418 @param RootBridgeHandle The root bridge device handle.
424 EFI_HANDLE RootBridgeHandle,
441 DeRegisterPciDevice (RootBridgeHandle, Temp->Handle);
450 RemoveAllPciDeviceOnBridge (RootBridgeHandle, Temp);
837 @param RootBridgeHandle Specified root bridge hanle.
845 IN EFI_HANDLE RootBridgeHandle
859 Dev->Handle = RootBridgeHandle;
863 RootBridgeHandle,
867 RootBridgeHandle,
885 RootBridgeHandle,
    [all...]
PciEnumerator.h 439 @retval EFI_INVALID_PARAMETER RootBridgeHandle is not a valid root bridge handle.
493 @param RootBridgeHandle Host bridge handle.
501 IN EFI_HANDLE RootBridgeHandle
PciEnumeratorSupport.c     [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/PciHostBridgeDxe/
PciHostBridge.h 184 @param[in, out] RootBridgeHandle Returns the device handle of the next PCI root bridge.
186 @retval EFI_SUCCESS If parameter RootBridgeHandle = NULL, then return the first Rootbridge handle of the
189 @retval EFI_INVALID_PARAMETER RootBridgeHandle is not an EFI_HANDLE that was
196 IN OUT EFI_HANDLE *RootBridgeHandle
205 RootBridgeHandle parameter is used to specify the instance of the PCI root bridge. The device
228 @param[in] RootBridgeHandle The device handle of the PCI root bridge in which the caller is interested. Type
233 @retval EFI_INVALID_PARAMETER RootBridgehandle is invalid.
241 IN EFI_HANDLE RootBridgeHandle,
252 @param[in] RootBridgeHandle The PCI Root Bridge to be set up.
264 IN EFI_HANDLE RootBridgeHandle,
    [all...]
PciHostBridge.c 916 @param[in, out] RootBridgeHandle Returns the device handle of the next PCI root bridge.
918 @retval EFI_SUCCESS If parameter RootBridgeHandle = NULL, then return the first Rootbridge handle of the
921 @retval EFI_INVALID_PARAMETER RootBridgeHandle is not an EFI_HANDLE that was
928 IN OUT EFI_HANDLE *RootBridgeHandle
944 if (*RootBridgeHandle == NULL) {
948 *RootBridgeHandle = RootBridgeInstance->Handle;
951 if (*RootBridgeHandle == RootBridgeInstance->Handle) {
958 *RootBridgeHandle = RootBridgeInstance->Handle;
982 RootBridgeHandle parameter is used to specify the instance of the PCI root bridge. The device
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/PciHostBridgeDxe/
PciHostBridgeResourceAllocation.c 220 * if it the first time we call this function (*RootBridgeHandle == NULL) or we return EFI_NOT_FOUND
225 IN OUT EFI_HANDLE *RootBridgeHandle
238 if (*RootBridgeHandle == NULL) {
239 *RootBridgeHandle = HostBridgeInstance->RootBridge->Handle;
241 } else if (*RootBridgeHandle == HostBridgeInstance->RootBridge->Handle) {
256 IN EFI_HANDLE RootBridgeHandle,
266 // Check if the RootBridgeHandle is the one managed by this PCI Host Bridge
268 if (HostBridgeInstance->RootBridge->Handle != RootBridgeHandle) {
279 IN EFI_HANDLE RootBridgeHandle,
322 IN EFI_HANDLE RootBridgeHandle,
    [all...]
PciHostBridge.h 133 IN OUT EFI_HANDLE *RootBridgeHandle
138 IN EFI_HANDLE RootBridgeHandle,
144 IN EFI_HANDLE RootBridgeHandle,
150 IN EFI_HANDLE RootBridgeHandle,
156 IN EFI_HANDLE RootBridgeHandle,
162 IN EFI_HANDLE RootBridgeHandle,
168 IN EFI_HANDLE RootBridgeHandle,
  /device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformBootManagerLib/
BdsPlatform.c 317 IN EFI_HANDLE RootBridgeHandle,
409 IN EFI_HANDLE RootBridgeHandle,
421 RootBridgeHandle, // ControllerHandle
    [all...]

Completed in 624 milliseconds