Home
last modified time | relevance | path

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

/u-boot/drivers/tpm/
A Dtpm-uclass.c18 struct tpm_ops *ops = tpm_get_ops(dev); in tpm_open()
28 struct tpm_ops *ops = tpm_get_ops(dev); in tpm_close()
38 struct tpm_ops *ops = tpm_get_ops(dev); in tpm_get_desc()
74 struct tpm_ops *ops = tpm_get_ops(dev); in tpm_xfer()
A Dtpm_atmel_twi.c154 static const struct tpm_ops tpm_atmel_twi_ops = {
A Dtpm2_ftpm_tee.c230 static const struct tpm_ops ftpm_tee_ops = {
A Dtpm_tis_sandbox.c346 static const struct tpm_ops sandbox_tpm_ops = {
A Dtpm_tis_lpc.c458 static const struct tpm_ops tpm_tis_lpc_ops = {
A Dtpm_tis_st33zp24_i2c.c498 static const struct tpm_ops st33zp24_i2c_tpm_ops = {
A Dtpm2_tis_sandbox.c610 static const struct tpm_ops sandbox_tpm2_ops = {
A Dtpm_tis_infineon.c615 static const struct tpm_ops tpm_tis_i2c_ops = {
A Dtpm_tis_st33zp24_spi.c631 const struct tpm_ops st33zp24_spi_tpm_ops = {
A Dcr50_i2c.c732 static const struct tpm_ops cr50_i2c_ops = {
A Dtpm2_tis_spi.c659 static const struct tpm_ops tpm_tis_spi_ops = {
/u-boot/include/
A Dtpm-common.h86 struct tpm_ops { struct
174 #define tpm_get_ops(dev) ((struct tpm_ops *)device_get_ops(dev)) argument

Completed in 14 milliseconds