Searched refs:tpm_cr50_i2c_get_burst_and_status (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/char/tpm/
H A Dtpm_tis_i2c_cr50.c397 * tpm_cr50_i2c_get_burst_and_status() - Get burst count and status.
410 static int tpm_cr50_i2c_get_burst_and_status(struct tpm_chip *chip, u8 mask, function
463 rc = tpm_cr50_i2c_get_burst_and_status(chip, mask, &burstcnt, &status);
494 rc = tpm_cr50_i2c_get_burst_and_status(chip, mask, &burstcnt, &status);
509 rc = tpm_cr50_i2c_get_burst_and_status(chip, TPM_STS_VALID, &burstcnt, &status);
571 rc = tpm_cr50_i2c_get_burst_and_status(chip, mask, &burstcnt, &status);
591 rc = tpm_cr50_i2c_get_burst_and_status(chip, TPM_STS_VALID, &burstcnt, &status);

Completed in 201 milliseconds