Searched refs:tpm_ops (Results 1 – 8 of 8) sorted by relevance
16 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()
144 static const struct tpm_ops tpm_atmel_twi_ops = {
274 static const struct tpm_ops sandbox_tpm_ops = {
495 static const struct tpm_ops st33zp24_i2c_tpm_ops = {
450 static const struct tpm_ops tpm_tis_lpc_ops = {
615 static const struct tpm_ops tpm_tis_i2c_ops = {
628 const struct tpm_ops st33zp24_spi_tpm_ops = {
267 struct tpm_ops { struct356 #define tpm_get_ops(dev) ((struct tpm_ops *)device_get_ops(dev)) argument