Searched defs:tpm_cmd (Results 1 - 1 of 1) sorted by relevance

/drivers/char/tpm/
H A Dtpm.c495 struct tpm_cmd_t tpm_cmd; local
499 tpm_cmd.header.in = tpm_getcap_header;
501 tpm_cmd.params.getcap_in.cap = subcap_id;
503 tpm_cmd.params.getcap_in.subcap_size = cpu_to_be32(0);
504 tpm_cmd.header.in.length -= cpu_to_be32(sizeof(__be32));
508 tpm_cmd.params.getcap_in.cap = TPM_CAP_FLAG;
510 tpm_cmd.params.getcap_in.cap = TPM_CAP_PROP;
511 tpm_cmd.params.getcap_in.subcap_size = cpu_to_be32(4);
512 tpm_cmd.params.getcap_in.subcap = subcap_id;
514 rc = transmit_cmd(chip, &tpm_cmd, TPM_INTERNAL_RESULT_SIZ
522 struct tpm_cmd_t tpm_cmd; local
537 struct tpm_cmd_t tpm_cmd; local
924 struct tpm_cmd_t tpm_cmd; local
[all...]

Completed in 12 milliseconds