Home
last modified time | relevance | path

Searched refs:tpm_ops (Results 1 – 10 of 10) sorted by relevance

/external/u-boot/drivers/tpm/
Dtpm-uclass.c19 struct tpm_ops *ops = tpm_get_ops(dev); in tpm_open()
29 struct tpm_ops *ops = tpm_get_ops(dev); in tpm_close()
39 struct tpm_ops *ops = tpm_get_ops(dev); in tpm_get_desc()
75 struct tpm_ops *ops = tpm_get_ops(dev); in tpm_xfer()
Dtpm_atmel_twi.c153 static const struct tpm_ops tpm_atmel_twi_ops = {
Dtpm_tis_sandbox.c273 static const struct tpm_ops sandbox_tpm_ops = {
Dtpm_tis_st33zp24_i2c.c496 static const struct tpm_ops st33zp24_i2c_tpm_ops = {
Dtpm_tis_lpc.c449 static const struct tpm_ops tpm_tis_lpc_ops = {
Dtpm_tis_infineon.c613 static const struct tpm_ops tpm_tis_i2c_ops = {
Dtpm2_tis_sandbox.c606 static const struct tpm_ops sandbox_tpm2_ops = {
Dtpm_tis_st33zp24_spi.c629 const struct tpm_ops st33zp24_spi_tpm_ops = {
Dtpm2_tis_spi.c648 static const struct tpm_ops tpm_tis_spi_ops = {
/external/u-boot/include/
Dtpm-common.h67 struct tpm_ops { struct
155 #define tpm_get_ops(dev) ((struct tpm_ops *)device_get_ops(dev)) argument