Home
last modified time | relevance | path

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

/drivers/char/tpm/
Dtpm-interface.c464 *cap = tpm_cmd.params.getcap_out.cap; in tpm_getcap()
548 timeout_chip[0] = be32_to_cpu(tpm_cmd.params.getcap_out.cap.timeout.a); in tpm_get_timeouts()
549 timeout_chip[1] = be32_to_cpu(tpm_cmd.params.getcap_out.cap.timeout.b); in tpm_get_timeouts()
550 timeout_chip[2] = be32_to_cpu(tpm_cmd.params.getcap_out.cap.timeout.c); in tpm_get_timeouts()
551 timeout_chip[3] = be32_to_cpu(tpm_cmd.params.getcap_out.cap.timeout.d); in tpm_get_timeouts()
613 duration_cap = &tpm_cmd.params.getcap_out.cap.duration; in tpm_get_timeouts()
Dtpm.h362 struct tpm_getcap_params_out getcap_out; member