Searched defs:RootBridgeHandle (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciDeviceSupport.c418 @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,
423 RemoveAllPciDeviceOnBridge( EFI_HANDLE RootBridgeHandle, PCI_IO_DEVICE *Bridge ) argument
[all...]
H A DPciEnumerator.c167 EFI_HANDLE RootBridgeHandle; local
179 RootBridgeHandle = RootBridgeDev->Handle;
192 RootBridgeHandle,
294 RootBridgeHandle,
511 EFI_HANDLE RootBridgeHandle; local
514 RootBridgeHandle = RootBridgeDev->Handle;
521 RootBridgeHandle,
626 EFI_HANDLE RootBridgeHandle; local
630 RootBridgeHandle = NULL;
632 while (PciResAlloc->GetNextRootBridge (PciResAlloc, &RootBridgeHandle)
1774 EFI_HANDLE RootBridgeHandle; local
1908 EFI_HANDLE RootBridgeHandle; local
2048 EFI_HANDLE RootBridgeHandle; local
[all...]
H A DPciEnumeratorSupport.c2441 EFI_HANDLE RootBridgeHandle; local
2448 RootBridgeHandle = RootBridgeDev->Handle;
2455 RootBridgeHandle,
2459 RootBridgeHandle,
H A DPciLib.c112 @param RootBridgeHandle Specific parent root bridge handle.
118 IN EFI_HANDLE RootBridgeHandle,
140 RemoveRejectedPciDevices (RootBridgeHandle, Temp);
151 RemoveAllPciDeviceOnBridge (RootBridgeHandle, Temp);
382 EFI_HANDLE RootBridgeHandle; local
429 RootBridgeHandle = 0;
431 while (PciResAlloc->GetNextRootBridge (PciResAlloc, &RootBridgeHandle) == EFI_SUCCESS) {
435 RootBridgeDev = GetRootBridgeByHandle (RootBridgeHandle);
635 RootBridgeHandle = 0;
643 while (PciResAlloc->GetNextRootBridge (PciResAlloc, &RootBridgeHandle)
117 RemoveRejectedPciDevices( IN EFI_HANDLE RootBridgeHandle, IN PCI_IO_DEVICE *Bridge ) argument
1372 EFI_HANDLE RootBridgeHandle; local
1419 EFI_HANDLE RootBridgeHandle; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/PciHostBridgeDxe/
H A DPciHostBridge.c489 @param[in, out] RootBridgeHandle Returns the device handle of the next PCI root bridge.
491 @retval EFI_SUCCESS If parameter RootBridgeHandle = NULL, then return the first Rootbridge handle of the
494 @retval EFI_INVALID_PARAMETER RootBridgeHandle is not an EFI_HANDLE that was
501 IN OUT EFI_HANDLE *RootBridgeHandle
517 if (*RootBridgeHandle == NULL) {
521 *RootBridgeHandle = RootBridgeInstance->Handle;
524 if (*RootBridgeHandle == RootBridgeInstance->Handle) {
531 *RootBridgeHandle = RootBridgeInstance->Handle;
555 RootBridgeHandle parameter is used to specify the instance of the PCI root bridge. The device
578 @param[in] RootBridgeHandle Th
589 GetAttributes( IN EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL *This, IN EFI_HANDLE RootBridgeHandle, OUT UINT64 *Attributes ) argument
639 StartBusEnumeration( IN EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL *This, IN EFI_HANDLE RootBridgeHandle, OUT VOID **Configuration ) argument
725 SetBusNumbers( IN EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL *This, IN EFI_HANDLE RootBridgeHandle, IN VOID *Configuration ) argument
829 SubmitResources( IN EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL *This, IN EFI_HANDLE RootBridgeHandle, IN VOID *Configuration ) argument
973 GetProposedResources( IN EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL *This, IN EFI_HANDLE RootBridgeHandle, OUT VOID **Configuration ) argument
1155 PreprocessController( IN EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL *This, IN EFI_HANDLE RootBridgeHandle, IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_PCI_ADDRESS PciAddress, IN EFI_PCI_CONTROLLER_RESOURCE_ALLOCATION_PHASE Phase ) argument
[all...]

Completed in 89 milliseconds