Searched refs:tpm_ops (Results 1 – 12 of 12) sorted by relevance
18 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()
154 static const struct tpm_ops tpm_atmel_twi_ops = {
230 static const struct tpm_ops ftpm_tee_ops = {
346 static const struct tpm_ops sandbox_tpm_ops = {
458 static const struct tpm_ops tpm_tis_lpc_ops = {
498 static const struct tpm_ops st33zp24_i2c_tpm_ops = {
610 static const struct tpm_ops sandbox_tpm2_ops = {
615 static const struct tpm_ops tpm_tis_i2c_ops = {
631 const struct tpm_ops st33zp24_spi_tpm_ops = {
732 static const struct tpm_ops cr50_i2c_ops = {
659 static const struct tpm_ops tpm_tis_spi_ops = {
86 struct tpm_ops { struct174 #define tpm_get_ops(dev) ((struct tpm_ops *)device_get_ops(dev)) argument
Completed in 14 milliseconds