Searched full:st33zp24 (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/char/tpm/st33zp24/ |
H A D | i2c.c | 3 * 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 D | spi.c | 3 * 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 D | Kconfig | 5 STMicroelectronics ST33ZP24 core driver. It implements the core 18 ST33ZP24 with i2c interface. 28 ST33ZP24 with spi interface.
|
H A D | st33zp24.h | 3 * STMicroelectronics TPM Linux driver for TPM ST33ZP24 10 #define TPM_ST33_I2C "st33zp24-i2c" 11 #define TPM_ST33_SPI "st33zp24-spi"
|
H A D | Makefile | 3 # Makefile for ST33ZP24 TPM 1.2 driver 6 tpm_st33zp24-objs = st33zp24.o
|
H A D | st33zp24.c | 3 * 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 D | tcg,tpm_tis-spi.yaml | 26 - st,st33zp24-spi 36 const: st,st33zp24-spi 70 compatible = "st,st33zp24-spi", "tcg,tpm_tis-spi";
|
H A D | tpm-common.yaml | 77 pattern: '^st,st33zp24' 82 Output GPIO pin used for ST33ZP24 power management of D1/D2 state.
|
H A D | tcg,tpm-tis-i2c.yaml | 47 - st,st33zp24-i2c # TPM 2.0 86 compatible = "st,st33zp24-i2c";
|
/linux/drivers/char/tpm/ |
H A D | Makefile | 42 obj-$(CONFIG_TCG_TIS_ST33ZP24) += st33zp24/
|
H A D | Kconfig | 228 source "drivers/char/tpm/st33zp24/Kconfig"
|