TianoCore EDK2 master
|
#include <ConfigurationManagerObject.h>
Go to the source code of this file.
Functions | |
EFI_STATUS EFIAPI | DynamicTablesScmiInfoGetFastChannel (IN UINT32 DomainId, OUT AML_CPC_INFO *CpcInfo) |
Arm SCMI Info Library.
Copyright (c) 2022 - 2023, Arm Limited. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file DynamicTablesScmiInfoLib.h.
EFI_STATUS EFIAPI DynamicTablesScmiInfoGetFastChannel | ( | IN UINT32 | DomainId, |
OUT AML_CPC_INFO * | CpcInfo | ||
) |
Populate a AML_CPC_INFO object based on SCMI information.
[in] | DomainId | Identifier for the performance domain. |
[out] | CpcInfo | If success, this structure was populated from information queried to the SCP. |
EFI_SUCCESS | Success. |
EFI_DEVICE_ERROR | Device error. |
EFI_INVALID_PARAMETER | Invalid parameter. |
EFI_TIMEOUT | Time out. |
EFI_UNSUPPORTED | Unsupported. |
Definition at line 174 of file DynamicTablesScmiInfoLib.c.