Lines Matching refs:tpm_transmit_cmd
202 rc = tpm_transmit_cmd(chip, &buf, 0, "attempting to read a pcr value"); in tpm2_pcr_read()
270 rc = tpm_transmit_cmd(chip, &buf, 0, "attempting extend a PCR value"); in tpm2_pcr_extend()
328 err = tpm_transmit_cmd(chip, &buf, in tpm2_get_random()
390 tpm_transmit_cmd(chip, &buf, 0, "flushing context"); in tpm2_flush_context()
427 rc = tpm_transmit_cmd(chip, &buf, 0, NULL); in tpm2_get_tpm_pt()
466 tpm_transmit_cmd(chip, &buf, 0, "stopping the TPM"); in tpm2_shutdown()
495 rc = tpm_transmit_cmd(chip, &buf, 0, in tpm2_do_selftest()
532 rc = tpm_transmit_cmd(chip, &buf, 0, NULL); in tpm2_probe()
599 rc = tpm_transmit_cmd(chip, &buf, 9, "get tpm pcr allocation"); in tpm2_get_pcr_allocation()
688 rc = tpm_transmit_cmd(chip, &buf, 9 + 4 * nr_commands, NULL); in tpm2_get_cc_attrs_tbl()
747 rc = tpm_transmit_cmd(chip, &buf, 0, "attempting to start the TPM"); in tpm2_startup()