Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/char/tpm/
Dtpm-interface.c457 *cap = tpm_cmd.params.getcap_out.cap; in tpm_getcap()
536 old_timeout[0] = be32_to_cpu(tpm_cmd.params.getcap_out.cap.timeout.a); in tpm_get_timeouts()
537 old_timeout[1] = be32_to_cpu(tpm_cmd.params.getcap_out.cap.timeout.b); in tpm_get_timeouts()
538 old_timeout[2] = be32_to_cpu(tpm_cmd.params.getcap_out.cap.timeout.c); in tpm_get_timeouts()
539 old_timeout[3] = be32_to_cpu(tpm_cmd.params.getcap_out.cap.timeout.d); in tpm_get_timeouts()
593 duration_cap = &tpm_cmd.params.getcap_out.cap.duration; in tpm_get_timeouts()
Dtpm.h385 struct tpm_getcap_params_out getcap_out; member