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()
389 tpm_transmit_cmd(chip, &buf, 0, "flushing context"); in tpm2_flush_context()
426 rc = tpm_transmit_cmd(chip, &buf, 0, NULL); in tpm2_get_tpm_pt()
465 tpm_transmit_cmd(chip, &buf, 0, "stopping the TPM"); in tpm2_shutdown()
494 rc = tpm_transmit_cmd(chip, &buf, 0, in tpm2_do_selftest()
531 rc = tpm_transmit_cmd(chip, &buf, 0, NULL); in tpm2_probe()
598 rc = tpm_transmit_cmd(chip, &buf, 9, "get tpm pcr allocation"); in tpm2_get_pcr_allocation()
687 rc = tpm_transmit_cmd(chip, &buf, 9 + 4 * nr_commands, NULL); in tpm2_get_cc_attrs_tbl()
746 rc = tpm_transmit_cmd(chip, &buf, 0, "attempting to start the TPM"); in tpm2_startup()