Lines Matching defs:tpm_data
97 * @param: tpm_data, the tpm_data to write inside the tpm_register
101 static int st33zp24_spi_send(void *phy_id, u8 tpm_register, u8 *tpm_data,
121 memcpy(&phy->tx_buf[total_length], tpm_data, tpm_size);
140 * @param: tpm_data, the TPM response
144 static int st33zp24_spi_read8_reg(void *phy_id, u8 tpm_register, u8 *tpm_data,
169 memcpy(tpm_data, phy->rx_buf + total_length + phy->latency,
181 * @param: tpm_data, the TPM response
185 static int st33zp24_spi_recv(void *phy_id, u8 tpm_register, u8 *tpm_data,
190 ret = st33zp24_spi_read8_reg(phy_id, tpm_register, tpm_data, tpm_size);