Searched refs:UCLASS_TPM (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/u-boot/include/dm/ |
| H A D | uclass-id.h | 91 UCLASS_TPM, /* Trusted Platform Module TIS interface */ enumerator
|
| /OK3568_Linux_fs/u-boot/drivers/tpm/ |
| H A D | tpm_atmel_twi.c | 153 .id = UCLASS_TPM,
|
| H A D | tpm-uclass.c | 129 .id = UCLASS_TPM,
|
| H A D | tpm_tis_sandbox.c | 288 .id = UCLASS_TPM,
|
| H A D | tpm_tis_st33zp24_i2c.c | 537 .id = UCLASS_TPM,
|
| H A D | tpm_tis_lpc.c | 466 .id = UCLASS_TPM,
|
| H A D | tpm_tis_infineon.c | 632 .id = UCLASS_TPM,
|
| H A D | tpm_tis_st33zp24_spi.c | 665 .id = UCLASS_TPM,
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | tpm.c | 247 ret = uclass_first_device_err(UCLASS_TPM, &dev); in tpm_sendrecv_command() 266 err = uclass_first_device_err(UCLASS_TPM, &dev); in tpm_init()
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | tpm.c | 450 rc = uclass_first_device_err(UCLASS_TPM, devp); in TPM_COMMAND_NO_ARG()
|