Lines Matching full:tpm
3 * STMicroelectronics TPM I2C Linux driver for TPM ST33ZP24
14 #include <linux/tpm.h>
17 #include "../tpm.h"
31 * @param: tpm_register, the tpm tis register where the data should be written
48 * @param: tpm_register, the tpm tis register where the data should be read
49 * @param: tpm_data, the TPM response
50 * @param: tpm_size, tpm TPM response size to read.
70 * @param: tpm_register, the tpm tis register where the data should be written
86 * @param: tpm_register, the tpm tis register where the data should be read
87 * @param: tpm_data, the TPM response
88 * @param: tpm_size, tpm TPM response size to read.
130 * power management can be also managed by TPM specific in st33zp24_i2c_acpi_request_resources()
164 * power management can be also managed by TPM specific in st33zp24_i2c_of_request_resources()
171 GPIOF_OUT_INIT_HIGH, "TPM IO LPCPD"); in st33zp24_i2c_of_request_resources()
201 "TPM IO_LPCPD"); in st33zp24_i2c_request_resources()
212 * st33zp24_i2c_probe initialize the TPM device
213 * @param: client, the i2c_client description (TPM I2C description).
263 * st33zp24_i2c_remove remove the TPM device
264 * @param: client, the i2c_client description (TPM I2C description).
314 MODULE_AUTHOR("TPM support (TPMsupport@list.st.com)");
315 MODULE_DESCRIPTION("STM TPM 1.2 I2C ST33 Driver");