Lines Matching full:tpm
3 * STMicroelectronics TPM SPI Linux driver for TPM ST33ZP24
14 #include <linux/tpm.h>
17 #include "../tpm.h"
43 * TPM command can be up to 2048 byte, A TPM response can be up to
50 * 2048 (for the TPM command) + 1024 (for the TPM answer). We need
96 * @param: tpm_register, the tpm tis register where the data should be written
139 * @param: tpm_register, the tpm tis register where the data should be read
140 * @param: tpm_data, the TPM response
141 * @param: tpm_size, tpm TPM response size to read.
180 * @param: tpm_register, the tpm tis register where the data should be read
181 * @param: tpm_data, the TPM response
182 * @param: tpm_size, tpm TPM response size to read.
248 * power management can be also managed by TPM specific in st33zp24_spi_acpi_request_resources()
282 * power management can be also managed by TPM specific in st33zp24_spi_of_request_resources()
289 GPIOF_OUT_INIT_HIGH, "TPM IO LPCPD"); in st33zp24_spi_of_request_resources()
319 "TPM IO_LPCPD"); in st33zp24_spi_request_resources()
331 * st33zp24_spi_probe initialize the TPM device
332 * @param: dev, the spi_device description (TPM SPI description).
380 * st33zp24_spi_remove remove the TPM device
381 * @param: client, the spi_device description (TPM SPI description).
431 MODULE_AUTHOR("TPM support (TPMsupport@list.st.com)");
432 MODULE_DESCRIPTION("STM TPM 1.2 SPI ST33 Driver");