Lines Matching refs:tpm_transmit_cmd
198 rc = tpm_transmit_cmd(chip, &buf, 0, "attempting to read a pcr value"); in tpm2_pcr_read()
265 rc = tpm_transmit_cmd(chip, &buf, 0, "attempting extend a PCR value"); in tpm2_pcr_extend()
309 err = tpm_transmit_cmd(chip, &buf, in tpm2_get_random()
362 tpm_transmit_cmd(chip, &buf, 0, "flushing context"); in tpm2_flush_context()
399 rc = tpm_transmit_cmd(chip, &buf, 0, NULL); in tpm2_get_tpm_pt()
438 tpm_transmit_cmd(chip, &buf, 0, "stopping the TPM"); in tpm2_shutdown()
467 rc = tpm_transmit_cmd(chip, &buf, 0, in tpm2_do_selftest()
504 rc = tpm_transmit_cmd(chip, &buf, 0, NULL); in tpm2_probe()
571 rc = tpm_transmit_cmd(chip, &buf, 9, "get tpm pcr allocation"); in tpm2_get_pcr_allocation()
660 rc = tpm_transmit_cmd(chip, &buf, 9 + 4 * nr_commands, NULL); in tpm2_get_cc_attrs_tbl()
719 rc = tpm_transmit_cmd(chip, &buf, 0, "attempting to start the TPM"); in tpm2_startup()