Lines Matching defs:RootBridgeHandle

489    @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 The device handle of the PCI root bridge in which the caller is interested. Type
591 IN EFI_HANDLE RootBridgeHandle,
608 if (RootBridgeHandle == RootBridgeInstance->Handle) {
616 // RootBridgeHandle is not an EFI_HANDLE
629 @param[in] RootBridgeHandle The PCI Root Bridge to be set up.
641 IN EFI_HANDLE RootBridgeHandle,
658 if (RootBridgeHandle == RootBridgeInstance->Handle) {
707 @param[in] RootBridgeHandle The PCI Root Bridge whose bus range is to be programmed
710 @retval EFI_INVALID_PARAMETER RootBridgeHandle is not a valid root bridge handle.
727 IN EFI_HANDLE RootBridgeHandle,
768 if (RootBridgeHandle == RootBridgeInstance->Handle) {
811 @param[in] RootBridgeHandle The PCI root bridge whose I/O and memory resource requirements are being submitted.
815 @retval EFI_INVALID_PARAMETER RootBridgeHandle is not a valid root bridge handle.
831 IN EFI_HANDLE RootBridgeHandle,
864 if (RootBridgeHandle == RootBridgeInstance->Handle) {
962 @param[in] RootBridgeHandle The PCI root bridge handle. Type EFI_HANDLE is defined in InstallProtocolInterface() in the UEFI 2.0 Specification.
966 @retval EFI_INVALID_PARAMETER RootBridgeHandle is not a valid root bridge handle.
975 IN EFI_HANDLE RootBridgeHandle,
1002 if (RootBridgeHandle == RootBridgeInstance->Handle) {
1136 @param RootBridgeHandle The associated PCI root bridge handle. Type EFI_HANDLE is defined in
1145 @retval EFI_INVALID_PARAMETER RootBridgeHandle is not a valid root bridge handle.
1157 IN EFI_HANDLE RootBridgeHandle,
1174 if (RootBridgeHandle == RootBridgeInstance->Handle) {