Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/tpm/
H A Dtpm-uclass.c16 struct tpm_ops *ops = tpm_get_ops(dev); in tpm_open()
26 struct tpm_ops *ops = tpm_get_ops(dev); in tpm_close()
36 struct tpm_ops *ops = tpm_get_ops(dev); in tpm_get_desc()
72 struct tpm_ops *ops = tpm_get_ops(dev); in tpm_xfer()
H A Dtpm_atmel_twi.c144 static const struct tpm_ops tpm_atmel_twi_ops = {
H A Dtpm_tis_sandbox.c274 static const struct tpm_ops sandbox_tpm_ops = {
H A Dtpm_tis_st33zp24_i2c.c495 static const struct tpm_ops st33zp24_i2c_tpm_ops = {
H A Dtpm_tis_lpc.c450 static const struct tpm_ops tpm_tis_lpc_ops = {
H A Dtpm_tis_infineon.c615 static const struct tpm_ops tpm_tis_i2c_ops = {
H A Dtpm_tis_st33zp24_spi.c628 const struct tpm_ops st33zp24_spi_tpm_ops = {
/OK3568_Linux_fs/u-boot/include/
H A Dtpm.h267 struct tpm_ops { struct
356 #define tpm_get_ops(dev) ((struct tpm_ops *)device_get_ops(dev)) argument