Lines Matching full:tpm
3 * STMicroelectronics TPM I2C Linux driver for TPM ST33ZP24
11 #include <linux/tpm.h>
13 #include "../tpm.h"
26 * @param: tpm_register, the tpm tis register where the data should be written
43 * @param: tpm_register, the tpm tis register where the data should be read
44 * @param: tpm_data, the TPM response
45 * @param: tpm_size, tpm TPM response size to read.
65 * @param: tpm_register, the tpm tis register where the data should be written
81 * @param: tpm_register, the tpm tis register where the data should be read
82 * @param: tpm_data, the TPM response
83 * @param: tpm_size, tpm TPM response size to read.
98 * st33zp24_i2c_probe initialize the TPM device
99 * @param: client, the i2c_client description (TPM I2C description).
124 * st33zp24_i2c_remove remove the TPM device
125 * @param: client, the i2c_client description (TPM I2C description).
170 MODULE_AUTHOR("TPM support <TPMsupport@list.st.com>");
171 MODULE_DESCRIPTION("STM TPM 1.2 I2C ST33 Driver");