Searched refs:subcap_id (Results 1 – 2 of 2) sorted by relevance
433 ssize_t tpm_getcap(struct device *dev, __be32 subcap_id, cap_t *cap, in tpm_getcap() argument441 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()
75 __be32 subcap_id; member