TianoCore EDK2 master
|
Go to the source code of this file.
Functions | |
UINT8 | GetCachedIdleByPass (VOID) |
TPM2_PTP_INTERFACE_TYPE | GetCachedPtpInterface (VOID) |
EFI_STATUS | InternalTpm2DeviceLibDTpmCommonConstructor (VOID) |
This file abstract internal interfaces of which implementation differs per library instance.
Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.
Copyright (c) Microsoft Corporation. SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file Tpm2DeviceLibDTpmBase.c.
UINT8 GetCachedIdleByPass | ( | VOID | ) |
Return cached PTP CRB interface IdleByPass state.
Definition at line 21 of file Tpm2DeviceLibDTpmBase.c.
TPM2_PTP_INTERFACE_TYPE GetCachedPtpInterface | ( | VOID | ) |
Return cached PTP interface type.
Definition at line 34 of file Tpm2DeviceLibDTpmBase.c.
EFI_STATUS InternalTpm2DeviceLibDTpmCommonConstructor | ( | VOID | ) |
The common function cache current active TpmInterfaceType when needed.
EFI_SUCCESS | DTPM2.0 instance is registered, or system does not support register DTPM2.0 instance |
Definition at line 47 of file Tpm2DeviceLibDTpmBase.c.