Searched refs:RootBridgeHandle (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DPciHostBridgeResourceAllocation.h200 @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 i
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciDeviceSupport.h119 @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
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 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...]
H A DPciLib.h49 @param RootBridgeHandle Specific parent root bridge handle.
55 IN EFI_HANDLE RootBridgeHandle,
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.h439 @retval EFI_INVALID_PARAMETER RootBridgeHandle is not a valid root bridge handle.
493 @param RootBridgeHandle Host bridge handle.
501 IN EFI_HANDLE RootBridgeHandle
H A DPciEnumeratorSupport.c2441 EFI_HANDLE RootBridgeHandle; local
2448 RootBridgeHandle = RootBridgeDev->Handle;
2455 RootBridgeHandle,
2459 RootBridgeHandle,
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/PciHostBridgeDxe/
H A DPciHostBridge.h159 @param[in, out] RootBridgeHandle Returns the device handle of the next PCI root bridge.
161 @retval EFI_SUCCESS If parameter RootBridgeHandle = NULL, then return the first Rootbridge handle of the
164 @retval EFI_INVALID_PARAMETER RootBridgeHandle is not an EFI_HANDLE that was
171 IN OUT EFI_HANDLE *RootBridgeHandle
180 RootBridgeHandle parameter is used to specify the instance of the PCI root bridge. The device
203 @param[in] RootBridgeHandle The device handle of the PCI root bridge in which the caller is interested. Type
216 IN EFI_HANDLE RootBridgeHandle,
227 @param[in] RootBridgeHandle The PCI Root Bridge to be set up.
239 IN EFI_HANDLE RootBridgeHandle,
251 @param[in] RootBridgeHandle Th
[all...]
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 225 milliseconds