Home
last modified time | relevance | path

Searched full:st33zp24 (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/char/tpm/st33zp24/
H A Di2c.c3 * STMicroelectronics TPM I2C Linux driver for TPM ST33ZP24
14 #include "st33zp24.h"
25 * Send byte to the TIS register according to the ST33ZP24 I2C protocol.
42 * Recv byte from the TIS register according to the ST33ZP24 I2C protocol.
63 * Send byte to the TIS register according to the ST33ZP24 I2C protocol.
79 * Recv byte from the TIS register according to the ST33ZP24 I2C protocol.
142 { .compatible = "st,st33zp24-i2c", },
H A Dspi.c3 * STMicroelectronics TPM SPI Linux driver for TPM ST33ZP24
14 #include "st33zp24.h"
42 * usually on st33zp24 2 are enough).
89 * Send byte to the TIS register according to the ST33ZP24 SPI protocol.
132 * Recv byte from the TIS register according to the ST33ZP24 SPI protocol.
173 * Recv byte from the TIS register according to the ST33ZP24 SPI protocol.
259 { .compatible = "st,st33zp24-spi", },
275 .name = "st33zp24-spi",
H A DKconfig5 STMicroelectronics ST33ZP24 core driver. It implements the core
18 ST33ZP24 with i2c interface.
28 ST33ZP24 with spi interface.
H A Dst33zp24.h3 * STMicroelectronics TPM Linux driver for TPM ST33ZP24
10 #define TPM_ST33_I2C "st33zp24-i2c"
11 #define TPM_ST33_SPI "st33zp24-spi"
H A DMakefile3 # Makefile for ST33ZP24 TPM 1.2 driver
6 tpm_st33zp24-objs = st33zp24.o
H A Dst33zp24.c3 * STMicroelectronics TPM Linux driver for TPM ST33ZP24
23 #include "st33zp24.h"
586 MODULE_DESCRIPTION("ST33ZP24 TPM 1.2 driver");
/linux/Documentation/devicetree/bindings/tpm/
H A Dtcg,tpm_tis-spi.yaml26 - st,st33zp24-spi
36 const: st,st33zp24-spi
70 compatible = "st,st33zp24-spi", "tcg,tpm_tis-spi";
H A Dtpm-common.yaml77 pattern: '^st,st33zp24'
82 Output GPIO pin used for ST33ZP24 power management of D1/D2 state.
H A Dtcg,tpm-tis-i2c.yaml47 - st,st33zp24-i2c # TPM 2.0
86 compatible = "st,st33zp24-i2c";
/linux/drivers/char/tpm/
H A DMakefile42 obj-$(CONFIG_TCG_TIS_ST33ZP24) += st33zp24/
H A DKconfig228 source "drivers/char/tpm/st33zp24/Kconfig"