Lines Matching defs:tpm_data
92 * @param: tpm_data, the tpm_data to write inside the tpm_register
96 static int st33zp24_spi_send(void *phy_id, u8 tpm_register, u8 *tpm_data,
116 memcpy(&phy->tx_buf[total_length], tpm_data, tpm_size);
135 * @param: tpm_data, the TPM response
139 static int st33zp24_spi_read8_reg(void *phy_id, u8 tpm_register, u8 *tpm_data,
164 memcpy(tpm_data, phy->rx_buf + total_length + phy->latency,
176 * @param: tpm_data, the TPM response
180 static int st33zp24_spi_recv(void *phy_id, u8 tpm_register, u8 *tpm_data,
185 ret = st33zp24_spi_read8_reg(phy_id, tpm_register, tpm_data, tpm_size);