Searched refs:tpm_ops (Results 1 – 10 of 10) sorted by relevance
19 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()
153 static const struct tpm_ops tpm_atmel_twi_ops = {
273 static const struct tpm_ops sandbox_tpm_ops = {
496 static const struct tpm_ops st33zp24_i2c_tpm_ops = {
449 static const struct tpm_ops tpm_tis_lpc_ops = {
613 static const struct tpm_ops tpm_tis_i2c_ops = {
606 static const struct tpm_ops sandbox_tpm2_ops = {
629 const struct tpm_ops st33zp24_spi_tpm_ops = {
648 static const struct tpm_ops tpm_tis_spi_ops = {
67 struct tpm_ops { struct155 #define tpm_get_ops(dev) ((struct tpm_ops *)device_get_ops(dev)) argument