Searched refs:get_tpm_pt_in (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/char/tpm/
H A Dtpm2-cmd.c91 struct tpm2_get_tpm_pt_in get_tpm_pt_in; member in union:tpm2_cmd_params
401 cmd.params.get_tpm_pt_in.cap_id = cpu_to_be32(TPM2_CAP_TPM_PROPERTIES); tpm2_get_tpm_pt()
402 cmd.params.get_tpm_pt_in.property_id = cpu_to_be32(property_id); tpm2_get_tpm_pt()
403 cmd.params.get_tpm_pt_in.property_cnt = cpu_to_be32(1); tpm2_get_tpm_pt()
631 cmd.params.get_tpm_pt_in.cap_id = cpu_to_be32(TPM2_CAP_TPM_PROPERTIES); tpm2_probe()
632 cmd.params.get_tpm_pt_in.property_id = cpu_to_be32(0x100); tpm2_probe()
633 cmd.params.get_tpm_pt_in.property_cnt = cpu_to_be32(1); tpm2_probe()

Completed in 92 milliseconds