Home
last modified time | relevance | path

Searched refs:UCLASS_TPM (Results 1 – 16 of 16) sorted by relevance

/openbmc/u-boot/drivers/tpm/
H A Dtpm-uclass.c7 #define LOG_CATEGORY UCLASS_TPM
152 .id = UCLASS_TPM,
H A Dtpm_atmel_twi.c162 .id = UCLASS_TPM,
H A Dtpm2_tis_i2c.c165 .id = UCLASS_TPM,
H A Dtpm_tis_sandbox.c360 .id = UCLASS_TPM,
H A Dtpm_tis_st33zp24_i2c.c538 .id = UCLASS_TPM,
H A Dtpm_tis_lpc.c472 .id = UCLASS_TPM,
H A Dtpm_tis_infineon.c630 .id = UCLASS_TPM,
H A Dtpm_tis_st33zp24_spi.c666 .id = UCLASS_TPM,
H A Dtpm2_tis_sandbox.c667 .id = UCLASS_TPM,
H A Dtpm2_tis_spi.c677 .id = UCLASS_TPM,
/openbmc/u-boot/include/dm/
H A Duclass-id.h99 UCLASS_TPM, /* Trusted Platform Module TIS interface */ enumerator
/openbmc/u-boot/include/
H A Dtpm-common.h324 #define for_each_tpm_device(dev) uclass_foreach_dev_probe(UCLASS_TPM, (dev))
/openbmc/u-boot/board/gdsys/a38x/
H A Dcontrolcenterdc.c37 rc = uclass_first_device_err(UCLASS_TPM, devp); in get_tpm()
/openbmc/u-boot/lib/
H A Dtpm-common.c7 #define LOG_CATEGORY UCLASS_TPM
H A Dtpm-v1.c7 #define LOG_CATEGORY UCLASS_TPM
/openbmc/u-boot/board/gdsys/p1022/
H A Dcontrolcenterd-id.c149 rc = uclass_first_device_err(UCLASS_TPM, devp); in get_tpm()