Home
last modified time | relevance | path

Searched refs:getcap_in (Results 1 – 2 of 2) sorted by relevance

/drivers/char/tpm/
Dtpm-interface.c448 tpm_cmd.params.getcap_in.cap = subcap_id; in tpm_getcap()
450 tpm_cmd.params.getcap_in.subcap_size = cpu_to_be32(0); in tpm_getcap()
455 tpm_cmd.params.getcap_in.cap = TPM_CAP_FLAG; in tpm_getcap()
457 tpm_cmd.params.getcap_in.cap = TPM_CAP_PROP; in tpm_getcap()
458 tpm_cmd.params.getcap_in.subcap_size = cpu_to_be32(4); in tpm_getcap()
459 tpm_cmd.params.getcap_in.subcap = subcap_id; in tpm_getcap()
512 tpm_cmd.params.getcap_in.cap = TPM_CAP_PROP; in tpm_get_timeouts()
513 tpm_cmd.params.getcap_in.subcap_size = cpu_to_be32(4); in tpm_get_timeouts()
514 tpm_cmd.params.getcap_in.subcap = TPM_CAP_PROP_TIS_TIMEOUT; in tpm_get_timeouts()
526 tpm_cmd.params.getcap_in.cap = TPM_CAP_PROP; in tpm_get_timeouts()
[all …]
Dtpm.h365 struct tpm_getcap_params_in getcap_in; member