Home
last modified time | relevance | path

Searched refs:tpm_getcap (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/char/tpm/
Dtpm-sysfs.c97 rc = tpm_getcap(dev, TPM_CAP_PROP_PCR, &cap, in pcrs_show()
122 rc = tpm_getcap(dev, TPM_CAP_FLAG_PERM, &cap, in enabled_show()
138 rc = tpm_getcap(dev, TPM_CAP_FLAG_PERM, &cap, in active_show()
154 rc = tpm_getcap(dev, TPM_CAP_PROP_OWNER, &cap, in owned_show()
170 rc = tpm_getcap(dev, TPM_CAP_FLAG_VOL, &cap, in temp_deactivated_show()
187 rc = tpm_getcap(dev, TPM_CAP_PROP_MANUFACTURER, &cap, in caps_show()
195 rc = tpm_getcap(dev, CAP_VERSION_1_2, &cap, in caps_show()
206 rc = tpm_getcap(dev, CAP_VERSION_1_1, &cap, in caps_show()
Dtpm.h501 ssize_t tpm_getcap(struct device *, __be32, cap_t *, const char *);
Dtpm-interface.c433 ssize_t tpm_getcap(struct device *dev, __be32 subcap_id, cap_t *cap, in tpm_getcap() function