Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/char/tpm/
Dtpm-interface.c433 ssize_t tpm_getcap(struct device *dev, __be32 subcap_id, cap_t *cap, in tpm_getcap() argument
441 if (subcap_id == CAP_VERSION_1_1 || subcap_id == CAP_VERSION_1_2) { in tpm_getcap()
442 tpm_cmd.params.getcap_in.cap = subcap_id; in tpm_getcap()
447 if (subcap_id == TPM_CAP_FLAG_PERM || in tpm_getcap()
448 subcap_id == TPM_CAP_FLAG_VOL) in tpm_getcap()
453 tpm_cmd.params.getcap_in.subcap = subcap_id; in tpm_getcap()
Dtpm2-cmd.c75 __be32 subcap_id; member