Lines Matching full:tpm
3 * STMicroelectronics TPM SPI Linux driver for TPM ST33ZP24
11 #include <linux/tpm.h>
13 #include "../tpm.h"
39 * TPM command can be up to 2048 byte, A TPM response can be up to
46 * 2048 (for the TPM command) + 1024 (for the TPM answer). We need
91 * @param: tpm_register, the tpm tis register where the data should be written
134 * @param: tpm_register, the tpm tis register where the data should be read
135 * @param: tpm_data, the TPM response
136 * @param: tpm_size, tpm TPM response size to read.
175 * @param: tpm_register, the tpm tis register where the data should be read
176 * @param: tpm_data, the TPM response
177 * @param: tpm_size, tpm TPM response size to read.
217 * st33zp24_spi_probe initialize the TPM device
218 * @param: dev, the spi_device description (TPM SPI description).
241 * st33zp24_spi_remove remove the TPM device
242 * @param: client, the spi_device description (TPM SPI description).
287 MODULE_AUTHOR("TPM support <TPMsupport@list.st.com>");
288 MODULE_DESCRIPTION("STM TPM 1.2 SPI ST33 Driver");