Searched refs:getcap_in (Results 1 – 2 of 2) sorted by relevance
442 tpm_cmd.params.getcap_in.cap = subcap_id; in tpm_getcap()444 tpm_cmd.params.getcap_in.subcap_size = cpu_to_be32(0); in tpm_getcap()449 tpm_cmd.params.getcap_in.cap = TPM_CAP_FLAG; in tpm_getcap()451 tpm_cmd.params.getcap_in.cap = TPM_CAP_PROP; in tpm_getcap()452 tpm_cmd.params.getcap_in.subcap_size = cpu_to_be32(4); in tpm_getcap()453 tpm_cmd.params.getcap_in.subcap = subcap_id; in tpm_getcap()467 tpm_cmd.params.getcap_in.cap = TPM_CAP_PROP; in tpm_gen_interrupt()468 tpm_cmd.params.getcap_in.subcap_size = cpu_to_be32(4); in tpm_gen_interrupt()469 tpm_cmd.params.getcap_in.subcap = TPM_CAP_PROP_TIS_TIMEOUT; in tpm_gen_interrupt()505 tpm_cmd.params.getcap_in.cap = TPM_CAP_PROP; in tpm_get_timeouts()[all …]
388 struct tpm_getcap_params_in getcap_in; member