Searched refs:UCLASS_TPM (Results 1 – 16 of 16) sorted by relevance
/openbmc/u-boot/drivers/tpm/ |
H A D | tpm-uclass.c | 7 #define LOG_CATEGORY UCLASS_TPM 152 .id = UCLASS_TPM,
|
H A D | tpm_atmel_twi.c | 162 .id = UCLASS_TPM,
|
H A D | tpm2_tis_i2c.c | 165 .id = UCLASS_TPM,
|
H A D | tpm_tis_sandbox.c | 360 .id = UCLASS_TPM,
|
H A D | tpm_tis_st33zp24_i2c.c | 538 .id = UCLASS_TPM,
|
H A D | tpm_tis_lpc.c | 472 .id = UCLASS_TPM,
|
H A D | tpm_tis_infineon.c | 630 .id = UCLASS_TPM,
|
H A D | tpm_tis_st33zp24_spi.c | 666 .id = UCLASS_TPM,
|
H A D | tpm2_tis_sandbox.c | 667 .id = UCLASS_TPM,
|
H A D | tpm2_tis_spi.c | 677 .id = UCLASS_TPM,
|
/openbmc/u-boot/include/dm/ |
H A D | uclass-id.h | 99 UCLASS_TPM, /* Trusted Platform Module TIS interface */ enumerator
|
/openbmc/u-boot/include/ |
H A D | tpm-common.h | 324 #define for_each_tpm_device(dev) uclass_foreach_dev_probe(UCLASS_TPM, (dev))
|
/openbmc/u-boot/board/gdsys/a38x/ |
H A D | controlcenterdc.c | 37 rc = uclass_first_device_err(UCLASS_TPM, devp); in get_tpm()
|
/openbmc/u-boot/lib/ |
H A D | tpm-common.c | 7 #define LOG_CATEGORY UCLASS_TPM
|
H A D | tpm-v1.c | 7 #define LOG_CATEGORY UCLASS_TPM
|
/openbmc/u-boot/board/gdsys/p1022/ |
H A D | controlcenterd-id.c | 149 rc = uclass_first_device_err(UCLASS_TPM, devp); in get_tpm()
|